C
CatScratch
I have a simple append query where I CDate([DOB]) into an existing
table. Coming in DOB is TEXT. Values coming in are 10/10/1990 etc.
When I look at DOB coming in using IsDate it evaluates to -1 (True)
When I create a new table and use CDate([DOB]) it correctly creates a
date/time field
But the #!***&&& thing will not append to an existing table where the
field is date/time, no formatting. (I did try formats but it did not
help).
Any thoughts. I can see no rhyme nor reason why it should be failing
CatScratch
table. Coming in DOB is TEXT. Values coming in are 10/10/1990 etc.
When I look at DOB coming in using IsDate it evaluates to -1 (True)
When I create a new table and use CDate([DOB]) it correctly creates a
date/time field
But the #!***&&& thing will not append to an existing table where the
field is date/time, no formatting. (I did try formats but it did not
help).
Any thoughts. I can see no rhyme nor reason why it should be failing
CatScratch