jerryczarnowski
Registered User.
- Local time
- Yesterday, 16:18
- Joined
- Jan 29, 2012
- Messages
- 31
Hello everyone,
My problem I believe has a simple solution possibly just dealing with the format and input masks in table design but being a beginner, I am not sure how to use these tools properly to get the desired results for the scenario below:
I have a table with 3 columns named "cycle time", "lot size", and "total cycle time". How do I enter cycle time in minutes as integers and display them in time format, ex: user enters 20 and after update, the field displays as 00:20 reflecting 20 minutes. Then in the AfterUpdate event of "lot size" (integer type), the total cycle time field is updated by multiplying "cycle time" by "lot size" and displays as 1 hr 20 min (cycle time= 20 minutes x lot size=4)? It seems like Access could do this without extensive VBA or complex expressions or is it necessary? Any help is greatly appreciated.
Happy New Year, Jerry
My problem I believe has a simple solution possibly just dealing with the format and input masks in table design but being a beginner, I am not sure how to use these tools properly to get the desired results for the scenario below:
I have a table with 3 columns named "cycle time", "lot size", and "total cycle time". How do I enter cycle time in minutes as integers and display them in time format, ex: user enters 20 and after update, the field displays as 00:20 reflecting 20 minutes. Then in the AfterUpdate event of "lot size" (integer type), the total cycle time field is updated by multiplying "cycle time" by "lot size" and displays as 1 hr 20 min (cycle time= 20 minutes x lot size=4)? It seems like Access could do this without extensive VBA or complex expressions or is it necessary? Any help is greatly appreciated.
Happy New Year, Jerry