Covert Datetime to date only for calculations

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I want to crosstab a datetime stamp field based on date only.

How do I convert a datetime to a date only? I know that I can format to be
seen that way, but that will not calculate the necessary end result.

Thanks
 
In the Field row, if your field is named SaleDate, replace it with:
DateValue([SaleDate])
 

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