Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

primary key question

Status
Not open for further replies.

dinger2121

Programmer
Sep 11, 2007
439
US
Hello,
is it possible to run an append query on a table that has an autonumber primary key?
I keep getting key violation errors b/c of the autonumber.

Thanks

carl
MCSD, MCTS:MOSS
 
I figured out the problem. the field is a Number as a primary key, not AutoNumber, so it will not automatically apply a number. Fortnately, it is not much data, so I may be better off manually adding it instead of trying to come up with a custom function to perform a type of autonumber.

Thanks

carl
MCSD, MCTS:MOSS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top