G
Guest
Hi I have a table (TblPatients) that I wish to append new records to. The
source is a linked (TXT) table called (PASImport) that I have already
created.
So far I have created an append query that successfully appends all records
in the PasImport table to theTblPatients. This however imports records that
already exist, or have already been imported if the query has already been
run. I have tried inserting Criteria in the append query
"[TblPatients]![PatientNo]=Null" (so that if the patient Number exists in the
TblPatients, then the Append query would not append that record - well thats
what I thought would happen, but access does not like my logic. What am I
doing wrong?
Thank you, Tim.
source is a linked (TXT) table called (PASImport) that I have already
created.
So far I have created an append query that successfully appends all records
in the PasImport table to theTblPatients. This however imports records that
already exist, or have already been imported if the query has already been
run. I have tried inserting Criteria in the append query
"[TblPatients]![PatientNo]=Null" (so that if the patient Number exists in the
TblPatients, then the Append query would not append that record - well thats
what I thought would happen, but access does not like my logic. What am I
doing wrong?
Thank you, Tim.