I am new to the forum so accept my apologies if this is a redundant thread.
I would like to see others insights into the data handling and updating challenge that I am faced with.
I have 2 tables, one contains the following:
Table 1 rows contain:
mfg date (there are many occurs)
mfg location (there are multiple locations)
daily starting serial number
daily ending serial number
total units in "ranges" (simple math calculation)
Table 2 rows contain:
Serial number of a particular unit
Model number
configuration number
(and alot of other information)
the common link between the (2) tables are the model number, configuration number and serial number.
desired outcome is to update table 2 with the mfg date and mfg location data from table 1, automatically (or through a update query)
so the question is how to use start of a range and a end of range data to update a table with the 2 fields of data?