G
Guest
I need to use a make table query from time to time as the data in the table
changes (payments made against original debits). I tried an append query with
the warnings off (to avoid the duplicates in primary key problem) but this
doesn't work. The make table query is the only solution.
The table is on the _be so I don't want users anywhere near it!
Is is possible to inherit the primary key from the original table?
If not, how do I programatically set he primary key after the make table
query has run?
changes (payments made against original debits). I tried an append query with
the warnings off (to avoid the duplicates in primary key problem) but this
doesn't work. The make table query is the only solution.
The table is on the _be so I don't want users anywhere near it!
Is is possible to inherit the primary key from the original table?
If not, how do I programatically set he primary key after the make table
query has run?