Seperating Date/Time Field

A

AdminD&R

How do I separate a Date/Time Field in a query, such that
I have two separate field(s) one Date and one Time?
 
A

Allen Browne

Type these expressions into two columns of your query design grid (Field
row):

DateBit: DateValue([YourFieldNameHere])
and
TimeBit: TimeValue([YourFieldNameHere])
 

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