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

Append Data to Overwrite Existing Records

Status
Not open for further replies.

leadpro

Technical User
Jan 7, 2005
34
0
0
US
I need to append data to a table, but instead of adding these records to the table, I need to overwrite certain values that already exist.

Indexed on [OrderNumber] and need to overwrite the fields [LeadsDelivered], [LeadsReturned], [CurrentBalance]

Thanks,

Leadpro
 
Have a look at UPDATE instead of INSERT INTO.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top