A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Repost Reporting Time intervals



 
 
Thread Tools Display Modes
  #1  
Old May 19th, 2004, 02:33 PM
Jay
external usenet poster
 
Posts: n/a
Default Repost Reporting Time intervals

I am trying to run a report that shows time intervals of
1/2 hour and 15 minute increments right now on the report
the time field looks like this:
=Format$([Time],"h ampm",0,0)
Currently the report breaks the time in hour increments.
Thanks in advance!!
  #2  
Old May 19th, 2004, 02:57 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default Repost Reporting Time intervals

Did you try the solution that I suggested in my reply yesterday? If so, did
it work? If it didn't work, please provide more information.

--
Duane Hookom
MS Access MVP
--

"Jay" wrote in message
...
I am trying to run a report that shows time intervals of
1/2 hour and 15 minute increments right now on the report
the time field looks like this:
=Format$([Time],"h ampm",0,0)
Currently the report breaks the time in hour increments.
Thanks in advance!!



  #3  
Old May 19th, 2004, 03:09 PM
Jay
external usenet poster
 
Posts: n/a
Default Repost Reporting Time intervals

Yes I did try the formula you gave however it only showed
as 12:00 AM on the report.
-----Original Message-----
Did you try the solution that I suggested in my reply

yesterday? If so, did
it work? If it didn't work, please provide more

information.

--
Duane Hookom
MS Access MVP
--

"Jay" wrote in

message
...
I am trying to run a report that shows time intervals of
1/2 hour and 15 minute increments right now on the

report
the time field looks like this:
=Format$([Time],"h ampm",0,0)
Currently the report breaks the time in hour increments.
Thanks in advance!!



.

  #4  
Old May 19th, 2004, 03:39 PM
Fons Ponsioen
external usenet poster
 
Posts: n/a
Default Repost Reporting Time intervals

Try this formula.
Val(Hour([Time]))+(Int((Minute([Time])+14)/15)/4)
You may want to adjust the 14 and 15 above to adjust for
the rounding you wish to employ.
By the way "Time" is an Access function name, I would
recommend to give this variable some other name.
Hope this helps
-----Original Message-----
I am trying to run a report that shows time intervals of
1/2 hour and 15 minute increments right now on the report
the time field looks like this:
=Format$([Time],"h ampm",0,0)
Currently the report breaks the time in hour increments.
Thanks in advance!!
.

  #5  
Old May 19th, 2004, 06:18 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default Repost Reporting Time intervals

Setting up your sorting and grouping will not show you anything on the
report. It will only set your sorting and grouping.

--
Duane Hookom
MS Access MVP


"Jay" wrote in message
...
Yes I did try the formula you gave however it only showed
as 12:00 AM on the report.
-----Original Message-----
Did you try the solution that I suggested in my reply

yesterday? If so, did
it work? If it didn't work, please provide more

information.

--
Duane Hookom
MS Access MVP
--

"Jay" wrote in

message
...
I am trying to run a report that shows time intervals of
1/2 hour and 15 minute increments right now on the

report
the time field looks like this:
=Format$([Time],"h ampm",0,0)
Currently the report breaks the time in hour increments.
Thanks in advance!!



.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:07 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.