wizcow
Registered User.
- Local time
- Yesterday, 18:23
- Joined
- Sep 22, 2001
- Messages
- 236
Hi
I am trying to manage my inventory.
When doing a stocktake I want to;
1. view all of my inventory items on my Inventory form
2. then I want to add the actual inventory to each line
Each line has the stock item's info
eg. 'Part no.' 'Description' 'Price' 'Last Stocktake' and 'Actual Stock'
Say on the first item line we have showing;
'Part00196' 'Paperclips' '$.69' '10 boxes'
I want to be able to add in the 'Actual Stock' the number that are really one my shelf. Say, 8 boxes.
Problem: My Inventory form is driven from a select query that gets info from the Parts table and the Inventory table.
I want it to store the 'Actual Stock' in the Inventory talbe for me but I can't get the query to work right.
I hope this description isn't too long.
Thanks
Tom
I am trying to manage my inventory.
When doing a stocktake I want to;
1. view all of my inventory items on my Inventory form
2. then I want to add the actual inventory to each line
Each line has the stock item's info
eg. 'Part no.' 'Description' 'Price' 'Last Stocktake' and 'Actual Stock'
Say on the first item line we have showing;
'Part00196' 'Paperclips' '$.69' '10 boxes'
I want to be able to add in the 'Actual Stock' the number that are really one my shelf. Say, 8 boxes.
Problem: My Inventory form is driven from a select query that gets info from the Parts table and the Inventory table.
I want it to store the 'Actual Stock' in the Inventory talbe for me but I can't get the query to work right.
I hope this description isn't too long.
Thanks
Tom