P
Perlyman
Here is the scenario.
I have a table (table1) with 2 fields ("Order#" and "Tracking Number")
The table will have 3-4 records with the same order number but
different tracking numbers.
I have another table (table2) with 3 fields ("Order#", "1st tracking
number" and "more tracking numbers")
I need to update table 2 "1st tracking number" with only the first
record containing a matching order number from table 1 and update "more
tracking numbers" with any records left in the table with matching
order numbers.
I can accomplish the first task by using a "View totals" query and
grouping by order# and "first" under tracking number. But I cannot
figure out how to delete the only the first instance of a record so i
can run another update query and update "more tracking numbers" with
whats left in the table.
Any help greatly appreciated (If this doesn't make sense send me an
email to [email protected] and i'll try to explain it better)
Gracias,
Robert
I have a table (table1) with 2 fields ("Order#" and "Tracking Number")
The table will have 3-4 records with the same order number but
different tracking numbers.
I have another table (table2) with 3 fields ("Order#", "1st tracking
number" and "more tracking numbers")
I need to update table 2 "1st tracking number" with only the first
record containing a matching order number from table 1 and update "more
tracking numbers" with any records left in the table with matching
order numbers.
I can accomplish the first task by using a "View totals" query and
grouping by order# and "first" under tracking number. But I cannot
figure out how to delete the only the first instance of a record so i
can run another update query and update "more tracking numbers" with
whats left in the table.
Any help greatly appreciated (If this doesn't make sense send me an
email to [email protected] and i'll try to explain it better)
Gracias,
Robert