B
Brent Sweet
I am making a database that logs the times spent on activites. I have
everything working except we want the time to round to 15 minute intervals.
For example if I am helping someone else with their project atfrom 8:54 to
9:03 I need this to display in either 8:45 to 9:00 or 9:00 to 9:15. I have
searched everywhere for a wat to get the time to increment like this but
haven't found anything.
I use a text box with the =time() and also in an append query which appends
to my logtable <=the table which I log the user and the activity
Is there any easy way to get =time() to be in 15 min increments?
everything working except we want the time to round to 15 minute intervals.
For example if I am helping someone else with their project atfrom 8:54 to
9:03 I need this to display in either 8:45 to 9:00 or 9:00 to 9:15. I have
searched everywhere for a wat to get the time to increment like this but
haven't found anything.
I use a text box with the =time() and also in an append query which appends
to my logtable <=the table which I log the user and the activity
Is there any easy way to get =time() to be in 15 min increments?