mizenerman
MIS
This is an odd question and it may be glaringly obvious to someone more experienced than myself.
I'm importing a .csv file into a table. There is a DOB field in the .csv file that is formatted as mm/dd/yy. The format of the DOB field in the table is mm/dd/yyyy. In viewing the records after the import I discovered that ONLY the DOBs that end in the 1920's are have a prefix of 20 instead of 19. For example:
03/03/1927 = 03/03/2027.
Weird huh? How is this happening and more importantly how do I stop it from occurring?
I'm importing a .csv file into a table. There is a DOB field in the .csv file that is formatted as mm/dd/yy. The format of the DOB field in the table is mm/dd/yyyy. In viewing the records after the import I discovered that ONLY the DOBs that end in the 1920's are have a prefix of 20 instead of 19. For example:
03/03/1927 = 03/03/2027.
Weird huh? How is this happening and more importantly how do I stop it from occurring?