There is no such thing as formats at the table level: there are only data
and constraints.
Fields in Access tabledefs have a format property, but this is only to
serve as a default for dropping controls onto forms and reports. It is no
part of the data model at all.
If you want to see dates formatted in a particular way in a table
datasheet (which is really unkind thing to do to your users, by the way),
then you need to do it in a view or a sp -- check out the T-SQL functions
CONVERT and CAST.
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.