T
Tod
This is my first attept at an update query and I'm already
lost. I have a table with about 400,000 records. I have
another table with about 2,000 records. The primary key
and foreign key is called Part_N. I want to find each
Part_N in the Main table that matches a Part_N in the
second table and change the Location and Bin fields for
those records in the main table to reflect the Location
and Bin fields in the second table. Does that all make
sense?
How do I do this?
tod
lost. I have a table with about 400,000 records. I have
another table with about 2,000 records. The primary key
and foreign key is called Part_N. I want to find each
Part_N in the Main table that matches a Part_N in the
second table and change the Location and Bin fields for
those records in the main table to reflect the Location
and Bin fields in the second table. Does that all make
sense?
How do I do this?
tod