field format change

  • Thread starter Thread starter BurtArkin
  • Start date Start date
B

BurtArkin

I have a table with a field set to date format. Occasionally, the user
doesn't want a date, just a year. If I give the user a checkmark to change
the date field's format, what would the code be? Or is there a simpler way?
Thanks in advance for your advice.
 
I have a table with a field set to date format. Occasionally, the user
doesn't want a date, just a year. If I give the user a checkmark to change
the date field's format, what would the code be? Or is there a simpler way?
Thanks in advance for your advice.

A Date/Time field - regardless of format - always must contain a
specific point in time. 2006 doesn't work as a date field! You'll need
to do something resembling Steve's three-field suggestion, and it will
certainly make your searches more complex.
 

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