I'm new to Access and I just need to determine whether this can be done.
I have one imported DBF table1 with basic customer info from an ERP system. I've linked it to a second table2 in Access that I populated with records by copying and pasting table1's ID column. The two tables are linked and I have a simple form with fields from both tables. I'd like to be able to maintain table2 with new user data but update tabe1 with a fresh import that might contain new records from the ERP. I want the new records to show on the form and automatically add to table2 so that the user can maintain table2 data for them. I've played with integrity enforcement and cascading fields but no luck. Can this be done in Access?