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!

transfering records from table to table with where

Status
Not open for further replies.

Nickman

Programmer
Aug 23, 2001
14
CH
hi

I have two tables (TCustomer & TPolice), they are joined by field (partner_nr)

I want to get all information out of TCustomer.User_nr and put it into TPolice.FKB_VST_NR where TCustomer.Partner_nr = TPolice.Partner.nr

I would prefer doing this without creating a new table.

thx in advance
Nick
 


Hi Nickman


Have you looked into append queries?


Stew "Even a stopped clock tells the right time twice a day."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top