jjohnson88
New member
- Local time
- Today, 15:42
- Joined
- Nov 19, 2008
- Messages
- 6
I have two tables in a database, TableA and TableB. TableA has a bunch of fields with one being Part Number and one being Rev. The Rev column does not contain information at this time. TableB just has Part Number and Rev. I want to match the Part Numbers in both tables and then copy the Rev for the matched Part Numbers into the Rev column in TableA. What is the easiest way to do this? I would copy and paste but there's 100,000+ records. I tried linking tables and doing an Append query but I don't really know how linking and Append queries work so it didn't turn out too well. Thanks guys!!