Help with entering dates

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

Guest

PLease help me!
I am new to MS Office Access and am trying to enter as yet unknown dates in
an existing database. I have dates of, for example ?/3/04 or ?/?/01 which I
want to enter but despite all attempts at trying to understanding Help I
cannot resolve the problem. Surely there IS a way of entering an incomplete
date?
Thanks in advance!
 
There's no way to enter an incomplete date into a Date/Time data type.
That's because under the covers, the value is stored as an 8 byte floating
point number, where the integer portion represents the date as the number of
days relative to 30 Dec, 1899 and the decimal portion represents the time as
a fraction of day. Only complete dates can be stored using that approach.

You'll either have to store your dates as text fields, or use separate Year,
Month and Day fields.
 
Yes, but you'll have no way of knowing whether or not it's really supposed
to be Jan 1 or if it's an incomplete date, if that's important.
 

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