chrisjames25
Registered User.
- Local time
- Today, 03:33
- Joined
- Dec 1, 2014
- Messages
- 404
Hi. Its been a while so i guess that means with all your help so far my databases are working fairly well at work!!!! Big thanks for that.
At the end of our season we do a stocktake of all the inventory on the nursery. Due to the scale and how spread out it all is we get different people to do the check simultaneously. I now have 2 sets of inputted data in Tbl_StockTake1 and Tbl_StockTake2. Previously we would manually analyse the data and see where discrepancies lie and go and resolve the error.
What i would like to know is is there a way of comparing the 2 tables via a union qurery or another method where i can compare the data. Ideally this data would then be able to be exported to excel for a pivot table.
Key heading in table are Category, Variety, Location, potsize, Total Plants - i also added in a stockj check number with idea 1st check would be 1 and second would be 2 so i could append the tables together and then compare but that doesnt seem to give me the result i want and it is a bit clunky.
Any help massively appreciated.
The key for me is to be look and see for exmaple that stock take 1 counted 1500 raspberries in a 9cm pot in house 9 and stocktake 2 counted 1300 raspberries in a 9cm pot in house 9 and the table tell me there is a 200 plant deiscrepancy between the 2.
At the end of our season we do a stocktake of all the inventory on the nursery. Due to the scale and how spread out it all is we get different people to do the check simultaneously. I now have 2 sets of inputted data in Tbl_StockTake1 and Tbl_StockTake2. Previously we would manually analyse the data and see where discrepancies lie and go and resolve the error.
What i would like to know is is there a way of comparing the 2 tables via a union qurery or another method where i can compare the data. Ideally this data would then be able to be exported to excel for a pivot table.
Key heading in table are Category, Variety, Location, potsize, Total Plants - i also added in a stockj check number with idea 1st check would be 1 and second would be 2 so i could append the tables together and then compare but that doesnt seem to give me the result i want and it is a bit clunky.
Any help massively appreciated.
The key for me is to be look and see for exmaple that stock take 1 counted 1500 raspberries in a 9cm pot in house 9 and stocktake 2 counted 1300 raspberries in a 9cm pot in house 9 and the table tell me there is a 200 plant deiscrepancy between the 2.