reaktorblue
Board Regular
- Joined
- Aug 8, 2007
- Messages
- 87
- Office Version
-
- 365
- Platform
-
- Windows
I have a form that has a simple calculation that needs to be done and I was almost certain I was able to do this in an unbound form but I'm not having any luck
I have two values in unbound text boxes that are time. For example:
Text01 "txtTalkTime" = 00:43:13 (The user should enter the amount of time spent talking)
Text02 "txtReadyTime" = 01:35:24 (The user should enter the amount of time spent ready)
Text03 "txtCoverageProvided" = Text01 + Text02 (This should display 02:18:37, adding both the above fields)
Text04 "txtCoverageRequirement" = 04:00:00 (The user should enter the amount of time required)
Text05 "txtCoverageRemaining" = Text04 - Text03 (This should display 01:41:23, subtracting the provide amount of coverage from the requirement)
I didn't think that this was overly complicated, I have this completed in Excel easily but for some odd reason, I'm having quite the challenge of getting this in Access. I think it may be an issue of formatting and the expression used.
Anyone have any advice?
I have two values in unbound text boxes that are time. For example:
Text01 "txtTalkTime" = 00:43:13 (The user should enter the amount of time spent talking)
Text02 "txtReadyTime" = 01:35:24 (The user should enter the amount of time spent ready)
Text03 "txtCoverageProvided" = Text01 + Text02 (This should display 02:18:37, adding both the above fields)
Text04 "txtCoverageRequirement" = 04:00:00 (The user should enter the amount of time required)
Text05 "txtCoverageRemaining" = Text04 - Text03 (This should display 01:41:23, subtracting the provide amount of coverage from the requirement)
I didn't think that this was overly complicated, I have this completed in Excel easily but for some odd reason, I'm having quite the challenge of getting this in Access. I think it may be an issue of formatting and the expression used.
Anyone have any advice?