Mike Marchant said:
I regularly need to use dates prior to 100 AD, and very often BC.
Are there any add-ons, or patches, or code modules, that handly this
requirement for Access 2003?
It would seem very, very unusual to have a month, day, and year for a date
prior to 100 CE.
Of course you should also take into consideration the calendar changes that
occurred after that date, so that Access dates which are based on the
current 'Gregorian' calendar, only represent "what the date would have been
had the Gregorian calendar been in use at the time" for dates before the
changeover.
I suggest you use an Integer or Long Integer for the year, and do not imply
a date precision that you do not, in fact, have. If you do this, you only
have to be concerned with the discontinuity resulting from there being no
"year zero."
If, on the other hand, you have accurate, precise dates for 100 CE and
earlier, accept my apology for assuming otherwise.
Larry Linson
Microsoft Access MVP