Matthew Dyer wrote:
> I am trying to set my criteria to pull a specific date for my range of
> data. =#11/1/2010# would work but the data is stored in long date
> format (date, time, etc.). What would I use for my criteria to pull
> anything from 11/1/10?
Just to expand on John's answer:
Actually, your dates are not stored with any format: they are
_displayed_ with a format that you specify. Dates are stored as Numbers
with subtype Double. The whole number portion contains the number of
days since the seed date, and the decimal portion represents the time of
day: .0 = midnight, .5 = noon
So your point would have been more easily understood if you had said
that you stored both date and time in the field, rather than date-only
or time-only .
--
HTH,
Bob Barrows
|