R
Robert Ott
I'm creating an Append Query, to pull data from two
outside linked tables. My problem is that I keep getting
an error message that says we have a Key Violation.
The Key Violation apparently shows up because the key
field in the destination table has not yet been filled. So
here's the problem:
When we start a new Project I want to draw from the
Proposals database (with Client and Proposal tables) and
place what was once a Proposal into our active Projects
table. In order to do this the Project Number (key field)
must be assigned before the data comes over, or I get a
key violation.
Have tried several solutions, but still having problems.
Basically I need a prompt so we can assign a Project
Number, then import all the info from the Proposal.
Any suggestions?
outside linked tables. My problem is that I keep getting
an error message that says we have a Key Violation.
The Key Violation apparently shows up because the key
field in the destination table has not yet been filled. So
here's the problem:
When we start a new Project I want to draw from the
Proposals database (with Client and Proposal tables) and
place what was once a Proposal into our active Projects
table. In order to do this the Project Number (key field)
must be assigned before the data comes over, or I get a
key violation.
Have tried several solutions, but still having problems.
Basically I need a prompt so we can assign a Project
Number, then import all the info from the Proposal.
Any suggestions?