Carl Smith Posted August 18, 2005 Share Posted August 18, 2005 How can I get the result "10:30am - 6:00pm" when using 2 time fields "Start Time" & "End Time"? I'm sure that the answer must be simple but I can't think of it! Link to comment Share on other sites More sharing options...
aaa Posted August 18, 2005 Share Posted August 18, 2005 result=End_Time-Start_Time in secunds. Link to comment Share on other sites More sharing options...
Carl Smith Posted August 18, 2005 Author Share Posted August 18, 2005 Thanks for your reply. I mean to show the answer as text (e.g from 10:30am until 6.00pm) formatted with a hyphen not as an mathematical equation. Link to comment Share on other sites More sharing options...
aaa Posted August 18, 2005 Share Posted August 18, 2005 GetAsText ( Start ) & "-" & GetAsText ( End ) Calculation result must be text Link to comment Share on other sites More sharing options...
comment Posted August 18, 2005 Share Posted August 18, 2005 See also this. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6680 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now