Format Date to 1st day of month

G

Guest

Help Please!!!

I am trying to format a date within Access Design Viewer.

My field name is [Flight_Date], this field contains each day of the year.
What I want is to format it so that it returns the first day of each month
(this will help me group easier)

For instance: if the value of Flgiht_Date was 1/25/2006 it would return
1/1/2006.

I tried using Format(DateValue([Flight_Date]),"mmmm") but that just gives me
the month name.

Any ideas?
 

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