Peter Bellamy
Registered User.
- Local time
- Today, 15:41
- Joined
- Dec 3, 2005
- Messages
- 295
I am sure this is straight forward but I just can't seem to crack it!
I have a table which is linked Excel spreadsheet and another which is a copy of some of it which I use with my Db forms and reports.
I am trying to append any missing records from the SS table into the other.
The query I have designed works perfectly as a Select Q' but not as an Append. It says one field is duplicated.
The duplicated field is the one I am using in a "Is Null' test to find the 'missing' records.
When I look at the SQL sure enough that field is duplicated in the INSERT line.
The only solution I can see is to use a Make Table query for the missing records and then append that to my destination query.
But seems so clumsy !
Any suggestions?
Cheers
Peter
I have a table which is linked Excel spreadsheet and another which is a copy of some of it which I use with my Db forms and reports.
I am trying to append any missing records from the SS table into the other.
The query I have designed works perfectly as a Select Q' but not as an Append. It says one field is duplicated.
The duplicated field is the one I am using in a "Is Null' test to find the 'missing' records.
When I look at the SQL sure enough that field is duplicated in the INSERT line.
The only solution I can see is to use a Make Table query for the missing records and then append that to my destination query.
But seems so clumsy !
Any suggestions?
Cheers
Peter