append query

R

robert

I'm attempting an append query, but the key field in the
destination table does not exist in the source table. That
key field is not an autonumber, and can't be, so when the
append is attempted, we get a validation rule error (key
field must have content).

Any way to work around this?
 
R

Rick Brandt

robert said:
I'm attempting an append query, but the key field in the
destination table does not exist in the source table. That
key field is not an autonumber, and can't be, so when the
append is attempted, we get a validation rule error (key
field must have content).

Nope, other than supplying a value in the append query. How does the
target table "normally" get a PK value assigned?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top