date/time data type

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to create a field in a query where only the month and day needs to
be inserted and I would like a zero placeholder automatically inserted in the
month and/or day when the month or day is 1-9. Is there a way that this can
be accomplished?
Thank you so much!
 
Sue said:
I'm trying to create a field in a query where only the month and day
needs to be inserted and I would like a zero placeholder
automatically inserted in the month and/or day when the month or day
is 1-9. Is there a way that this can be accomplished?
Thank you so much!

A DateTime will only store a valid date with a year, month, and day. If you
want anything else use a text field.
 

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