hour in a report

C

catherine

I'd like to print the hour in a report
= Date() retunrs only the date but not the hour,
which formula should I use ?
Thanks
 
J

Jeff Boyce

Catherine

The Now() function returns date and time. You can use the Hour() function
on Now() to return the "hour of the day", or you could simply Format() the
date/time string returned by Now() to display exactly what you're after.

Good luck

Jeff Boyce
<Access MVP>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top