I have two tables They are for inventory. I have fields in each that would be duplicate entries for example: a row in each table that has the same part number, but maybe a different description and price. Then I might have parts in the one table that are not in the other and I would want to get those into the one table. I guess what I am trying to say is I want to merge the two tables into one. Will I need to use two queries, an insert to get the info from the one into the other without duplicates, and then an update for the duplicates? Or is there a single query way to do this, or should a novice just use two queries??
Thanks
Ed
Thanks
Ed