Gilbertjoe
MIS
I am trying to create a form that a user can input start time/stop time, then intervals in minutes that will update a table with the results.
Example:
User inputs start time 9:00 AM and stop time of 10:00 AM with 15 minute intervals.
The table would then contain
9:00 AM
9:15 AM
9:30 AM
9:45 AM
10:00 AM
What is the best way to do this. I am thinking an unbound form with an onclick event for a button but am not sure how to code this to calcuate the times.
Example:
User inputs start time 9:00 AM and stop time of 10:00 AM with 15 minute intervals.
The table would then contain
9:00 AM
9:15 AM
9:30 AM
9:45 AM
10:00 AM
What is the best way to do this. I am thinking an unbound form with an onclick event for a button but am not sure how to code this to calcuate the times.