Hello,
I'm using a macro to run multiple append queries that split one table into multiple tables. What I want to do is look at the primary key in the dump_temp table. This is the table that data gets imported into my database.
Ok, so i want to look at the primary key in the dump_temp table and compare it to the pk in the house table. Now, what i want to do is if there is a conflict, i want a message to alert the user, and then halt the macro.
Is this possible?
I'm using a macro to run multiple append queries that split one table into multiple tables. What I want to do is look at the primary key in the dump_temp table. This is the table that data gets imported into my database.
Ok, so i want to look at the primary key in the dump_temp table and compare it to the pk in the house table. Now, what i want to do is if there is a conflict, i want a message to alert the user, and then halt the macro.
Is this possible?