Update Table or Reorder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table with 5000 rows of part numbers. I have a second table with
those same numbers but in a completely different order. The second table has
pricing with each part number.

I need to: Reorder table 2 to match table one or move the pricing from
table to to table 1.. Microsoft removed the ability to use Access and update
queries to be used with linked tables so I am stuck.

Can someone help me with a solution to this?? Please??

Thank you
 
If it helps column A table 1 matches column B table 2.

If using an update query in access I would update columns 3-9 table one with
values in columns 4-10 table 2.

Thanks again
 
If table B has one and only one row for each part number in table A, then
sort both tables on the part number column and copy and paste the pricing.

If you need to get the tables back to the original order, insert a column in
each before sorting, fill down with numbers 1 - 5000, then sort on that
column to finish.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top