I have a DB that receives its data from daily downloads of a CSV file. The data is loaded into a master table (for example, a record store chain's sales records for multiple locations, with fields "Store ID", "Store Name", "Store total sales"
. My client would like to add two fields to the master table (for example, "Store Location" and "Store Phone #"
based on a second table where you can look them up(for example, "Store Name" in the master table has a corresponding value in the second table, and the desired values for "Store Location" and "Store Phone #" are fields in this record). I'm a newbie with no SQL knowledge, how can I create an Update Query as part of my daily "load database" macro to add these two fields to the master table, based on the second table values?
Do I need to setup a relationship? Is there an inner join involved?
You guys have a great forum here. Thanks for this and all the previous assistance.
- B


Do I need to setup a relationship? Is there an inner join involved?
You guys have a great forum here. Thanks for this and all the previous assistance.
- B