A
andy_42
I am importing large amounts of data into Access but want to validate the
data before inserting it into the main tables. What I would like to have
happen is the data is first inserted into a single table with the validation
rules and the invalid rows are inserted into a secondary table so that I can
keep track of the invalid entries. Can anyone help me understand how to
extract these invalid entires? For example, if the field requires and M or F
for gender and somebody enters an L, it should fail on the entire row and
insert it into a "failed" table so I can edit at very least.
Any suggestions on how to approach this is appreciated.
Thanks!
data before inserting it into the main tables. What I would like to have
happen is the data is first inserted into a single table with the validation
rules and the invalid rows are inserted into a secondary table so that I can
keep track of the invalid entries. Can anyone help me understand how to
extract these invalid entires? For example, if the field requires and M or F
for gender and somebody enters an L, it should fail on the entire row and
insert it into a "failed" table so I can edit at very least.
Any suggestions on how to approach this is appreciated.
Thanks!