I am joining 2 tables using 2 fields surname & forename in each table. I want to update table1 with the EmployeeId from table2, but I get the error “Operation must use an updateable query”.
How should I perform this simple update?
Thanks
I am joining 2 tables using 2 fields surname & forename in each table. I want to update table1 with the EmployeeId from table2, but I get the error “Operation must use an updateable query”.
How should I perform this simple update?
Thanks
Notifications