Remove time stamp

  • Thread starter Thread starter am
  • Start date Start date
A

am

Hello,

In my query I have a field called Rec'd date it has a date and time stamp.
How can I show only the date but not the time in my query. Any help will be
appreciated. Thank you in advance.
 
Dear Alex:

See the DateValue() function for this purpose. Just use
DateValue(YourColumnName).

Tom Ellison
 

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

Back
Top