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

Copy records in a table

Status
Not open for further replies.

samotek

Technical User
May 9, 2005
197
BG


I want to build a function that deletes all the records in the field B of the table customers and copy all the records from field A into field B.Could you help me ? The table Customers has an autonumber field called Customerid
 

Something like...
Code:
UPDATE tblCustomers SET FieldB = FieldA

Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top