Hello.
I have a table called Invoice
This has a field LandlordRef (which is not a primary key).
I have created a query to just return unique records of LandlordRef. It works fine.
I then join this to a Property table which has a field LandlordID (again not a primary key) - the query runs, but is not updatable.
What’s the best workaround?
Basically I need to update each property that a landlord owns. Many thanks mark.
I have a table called Invoice
This has a field LandlordRef (which is not a primary key).
I have created a query to just return unique records of LandlordRef. It works fine.
I then join this to a Property table which has a field LandlordID (again not a primary key) - the query runs, but is not updatable.
What’s the best workaround?
Basically I need to update each property that a landlord owns. Many thanks mark.