whenever i put in someones b-day, say from 1900-1930, (ex. 01/20/24) it
always comes up 2000-2030. I try to delete it and manually put it in however
it won't take. Help! I
Birthdates must ALWAYS use four digit years. My friend Lida was born
in '97; I believe one of her great-great-granddaughters was born in
'97.
Change the Format property of the birthdate field from Short Date to
mm/dd/yyyy (and remove any input mask that you may have on the field).
Access must make some arbitrary decision about how to handle two digit
years; you've correctly analyzed its choice! You can update existing
records without retyping them using an Update query; if you're sure
that there aren't any kids under four in the database (i.e. all 00 -
29 dates should be in the 1900's) you can run an Update query updating
DateOfBirth to
DateAdd("yyyy", -100, [DateOfBirth])
using a criterion of
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps