read only problem RESOLVED
I have an Access db with 4 tables in it which I'm accessing through vb (customers, jobs, quotes and invoices).
I can access the customer table ok.
The db has a query which links 3 tables together but when I try to add a new record to it using
datJobs.recordset.addnew I get an error message
"Run-time error 3027
Cannot update database or object is read only."
The db isn't read only as I can access the customers table and make changes.
The read only property on the data object is also set to false.
Any help would be appreciated