bllgnn
Programmer
- Jan 20, 2002
- 42
I have a form based on a query that shows PartID, UnitsIn, UnitsOut and, a calculated field, UnitsOnHand from a query with tblParts and tblTransactions with a one-to-many join on PartID.
The form shows the data on one row per PartID.
I want the user to be able to enter the actual physical inventory count on the form, beside the PartsOnHand field, in a text box and have the form show the difference between the UnitsOnHand and the ActualCount.
I could transfer it to a spreadsheet, but I want to use the user data later in the program.
I am a newbie who has done a little DAO, but this has me stumped.
Can anyone please tell me how to do this?
The form shows the data on one row per PartID.
I want the user to be able to enter the actual physical inventory count on the form, beside the PartsOnHand field, in a text box and have the form show the difference between the UnitsOnHand and the ActualCount.
I could transfer it to a spreadsheet, but I want to use the user data later in the program.
I am a newbie who has done a little DAO, but this has me stumped.
Can anyone please tell me how to do this?