bostonfrog
Programmer
Using a table to backup data created by two different users for patients (tblPatients). Will automate this to allow the admin. in dept. to simply press a button and append all records to a backup table of Patients (tblPatients_Backup). Because there is a primary key (PatientID) in both the backup table and the ones being appended from, I don't want him to get a key violation error that says there are duplicate records and that a certain # of records won't be appended. To avoid him getting this error, In the append query, I am attempting to build a criteria in the PatientID field ([tblPatients]!PatientID <> [tblBackup]!PatientID). It often pops up a parameter dialog, which I can't fill in, and says 0 records appended. Also, why does my query appear at the top of the query build button dialog and not in the queries folder, and that no fields from it display, even after saving it?
Thanks.
Thanks.