G
Gary F Shelton
I have pulled some fields out of our mainframe which are:
Century > Year > Month > Day
So in Access I first tried to perform a Cdate of Date:
cdate([Month]&"/"&[Day]&"?"&[Year]) but it didn't work.. It didn't work
because I have learned that some of the records in the data are subject to
being wrong because a human has typed them in wrong. Meaning they made the
month 13 when that should of been the day field or they made the month 00 ...
So I am not looking to research these incorrect fields but rather by pass
them. Any ideas on how to bypass them....
I tried on the month - Between 1 And 12
I tried on the day - Between 1 And 31
I still have an issues where it states data type error... As I have spot
chedked the data I have found a few records like last years leap year where
someone typed 02/30/2008..... With the criteria limitation that I had
previously typed it won't exclude this record...
any help is greatly appreciated...
Century > Year > Month > Day
So in Access I first tried to perform a Cdate of Date:
cdate([Month]&"/"&[Day]&"?"&[Year]) but it didn't work.. It didn't work
because I have learned that some of the records in the data are subject to
being wrong because a human has typed them in wrong. Meaning they made the
month 13 when that should of been the day field or they made the month 00 ...
So I am not looking to research these incorrect fields but rather by pass
them. Any ideas on how to bypass them....
I tried on the month - Between 1 And 12
I tried on the day - Between 1 And 31
I still have an issues where it states data type error... As I have spot
chedked the data I have found a few records like last years leap year where
someone typed 02/30/2008..... With the criteria limitation that I had
previously typed it won't exclude this record...
any help is greatly appreciated...