Hi – can anyone help me with this? I have some VBA code which is first of all creating a table called PricesHold where information from a larger table has a company code “D”. At the moment the database then changes that company code to “G” via an update query:
“dbs.Execute “UPDATE tblPricesHold SET tbl PricesHold.Company = ‘G’ WHERE (((tbl PricesHold.Company)=’D’));”
What I am now being asked to do is to create 3 companies, G, A and B from the original company ‘D’ data (essentially taking the information from D, and creating the same information 3 times, but with different company codes. Anybody got any ideas how I can create an update query that does this, or will I have to work around??
Regards to all. Marion