klynch0803
Registered User.
- Local time
- Today, 15:48
- Joined
- Jan 25, 2008
- Messages
- 102
I have two tables 1 that is inventory Recieved and 1 that is inventory Used.
I runa query on actual inventory by subtracting used form received. This works fine.
What I want to do is show this on a form or report where I can enter the actual inventory beside each record and then be able to save it so that I can save it like this..
[Date] [Current Inventory] [Actual Inventory (manually entered by user)].
I tried making a Multiple items Form with the query I have and then adding a text box beside it so the user could enter the acual inventory in the text box and then add a save button to save the levels to a table. Problem is if you enter a value in the text box it adds the same value to all the texts boxes on the form nstead of just that one line..
What can I do or how can I fix this?
I runa query on actual inventory by subtracting used form received. This works fine.
What I want to do is show this on a form or report where I can enter the actual inventory beside each record and then be able to save it so that I can save it like this..
[Date] [Current Inventory] [Actual Inventory (manually entered by user)].
I tried making a Multiple items Form with the query I have and then adding a text box beside it so the user could enter the acual inventory in the text box and then add a save button to save the levels to a table. Problem is if you enter a value in the text box it adds the same value to all the texts boxes on the form nstead of just that one line..
What can I do or how can I fix this?