manix
Registered User.
- Local time
- Today, 18:42
- Joined
- Nov 29, 2006
- Messages
- 100
Dear all,
I have the following form that records tooling data in a tooling data table. I have the following fields:
-Tool Life TOTAL (in parts) (entered by the users)
-Tool Life to Refurbishment (in parts) (entered by the users)
-Monthly Quantity of parts off of the tool (estimated) (entered by the users)
-Month of 1st Shipment (date mm/yyyy format) (entered by user)
from these fields entered by the user the following fields are calculated using the expression builder:
-Months to Retool
-Months to Refurbishment
-Estimated month/year of refurbishment
-Estimated month/year of retool
but I find that by using the expression as the control source for these fields, the calculated values are not recorded in the table. So the records do not contain entries for all of the calculated fields.
How do I get them to appear as values in the table and still be calculated off of the user entered data.
I am no VB whizz and I am just learning queries, so be gentle.
Thanks,
I have the following form that records tooling data in a tooling data table. I have the following fields:
-Tool Life TOTAL (in parts) (entered by the users)
-Tool Life to Refurbishment (in parts) (entered by the users)
-Monthly Quantity of parts off of the tool (estimated) (entered by the users)
-Month of 1st Shipment (date mm/yyyy format) (entered by user)
from these fields entered by the user the following fields are calculated using the expression builder:
-Months to Retool
-Months to Refurbishment
-Estimated month/year of refurbishment
-Estimated month/year of retool
but I find that by using the expression as the control source for these fields, the calculated values are not recorded in the table. So the records do not contain entries for all of the calculated fields.
How do I get them to appear as values in the table and still be calculated off of the user entered data.
I am no VB whizz and I am just learning queries, so be gentle.
Thanks,