Date Format

  • Thread starter Thread starter emerlita
  • Start date Start date
How can I display my date to be YYYY/MM/DD in tables?

In a table?
Why?
Tables should not be used for viewing, only for data storage.
Use a Form to view data. If you need to view the data as a table,
simply set the form default view to Datasheet.
That being said, set the format property of the field to:
yyyy/mm/dd
 

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