I have one table with 2 fields and 1700 records
PartNum PartNotes
Another Table with 36 fields and 8000 records the PartNum and PartNotes fields are common to both.
I have tried every way to join the 2 tables and update the 2nd table with the data from the 1st table against the correct PartNum in table 2 using an update query.
I'm very new to access and sql so this is a very steep learning curve for me. (Old time Paradox user)
Cheers