J
Johan Nel
I have a table containing in excess of 100 000 records. I am running a query
with a calculated field to determine the age of members from a DOB field.
Everything works fine, however, the DOB field is text, allowing for captured
errors, in turn resulting in #error as a result for the age. The occurrence
is about 1/1000. All I need to know is; what criteria can I use just to
extract the records who result in an error, so that the data can be fixed?
Any criteria that I use results in a "data type mismatch" message. I am using
a secondary query or sub query based on the calculate query.
with a calculated field to determine the age of members from a DOB field.
Everything works fine, however, the DOB field is text, allowing for captured
errors, in turn resulting in #error as a result for the age. The occurrence
is about 1/1000. All I need to know is; what criteria can I use just to
extract the records who result in an error, so that the data can be fixed?
Any criteria that I use results in a "data type mismatch" message. I am using
a secondary query or sub query based on the calculate query.