Date Values

  • Thread starter Thread starter SageOne
  • Start date Start date
S

SageOne

I have built a small application that a customer service dept uses to keep
track of records. I have a form set up with a bunch of fields one of which is
a date field. When I review the table that the forms dumps into, it seems all
of my dates have been saved as text. But when I double click on the date
field, it moves to the right side of the cell and appears to now be formatted
as text.

How can I set up my date field in my form, so when someone types in a date
it is automatically stored in the corresponding table in a date format that
could be sorted as such.
 
I have built a small application that a customer service dept uses to keep
track of records. I have a form set up with a bunch of fields one of which is
a date field. When I review the table that the forms dumps into, it seems all
of my dates have been saved as text. But when I double click on the date
field, it moves to the right side of the cell and appears to now be formatted
as text.

How can I set up my date field in my form, so when someone types in a date
it is automatically stored in the corresponding table in a date format that
could be sorted as such.

You're talking about "cells" which suggests that you're using Excel not
Access... is that correct?

If you are in Access, open the Table in design view and select this field.
Make sure that its datatype (the second column in the table design grid) is
Date/Time.
 

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