Date Format in tables

  • Thread starter Thread starter walter
  • Start date Start date
W

walter

I have a table with a field of type date.

What needs to be done to format this as mmm yy.

e.g. Sep-03

Regards,

Walter
 
A date field can only contain a complete date, so as long as you're storing
a complete date, you can display it as mmm yy by setting the field's Format
property to that format you've shown.
 
Back
Top