Convert Date YYYYMMDD

  • Thread starter mattc66 via AccessMonster.com
  • Start date
M

mattc66 via AccessMonster.com

Hi All,

I need to convert using a query the date format from MM/DD/YYYY to YYYYMMDD.

How do I do this?

Thanks
Matt
 
F

fredg

Hi All,

I need to convert using a query the date format from MM/DD/YYYY to YYYYMMDD.

How do I do this?

Thanks
Matt

If the field is a date datatype field, you don't need to do anything.
A field's format has nothing to do with what is stored, just with the
way it is displayed.
Simply set the field's format property to
yyyymmdd
wherever you display it.
 

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