Thanks for the responses, I probably didnât explain my issue well enough, the data in Customer1 contains standard customer info (Customer#, Name, Address, Etc.) the data in Customer2 contains the same customer information and table structure except it has additional customers and the FFL_Info field is populated with data that is not in Customer1, so what I wanted to do was add the additional customers and populate corresponding FFL_Info field in Customer1 from Customer2. I was able to do what I wanted by creating a new table named Customer3, created an append query to suck the data from Customer2 and insert it into Customer3 which it did populate, then renamed Customer1 to something else and renamed Customer3 to Customer1 and it seems to have worked. I know this was a very clumsy way to do this and I am sure there is a more elegant way to accomplish this and would appreciate any help with doing so as I will run into this again. Sorry for the long post.
|