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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

append or upfate

Status
Not open for further replies.

hdat44

Technical User
Aug 15, 2002
50
GB
I have a large database and i would like to move some of the records to another database but would like to remove records from one table that has records in another table that it is joined in a relationship with.
 
but should i use an append or an update query to do this?
 
Append if the records do not exist in the other table yet.
Update if the records exist and you are just changing data for those records from the other table. (Hope this makes sense).

Have fun! :eek:)

Alex Middleton
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top