I'm trying to add rows to an already existing table using only one or two fields from another table.
If the value that I'm importing is allready in the table, I want it to skip this field. I want all the other fields in the new row to be empty. Can this be done with a query? Primary key is autonumber...
I've been trying to solve this for quite some time now, but I must be missing something...
If the value that I'm importing is allready in the table, I want it to skip this field. I want all the other fields in the new row to be empty. Can this be done with a query? Primary key is autonumber...
I've been trying to solve this for quite some time now, but I must be missing something...