I have an application that will be used by multiple users. The forms are in 1 .mdb on their desktop and the data tables will be in another .mdb, most likely on a share drive.
I have code that deletes & relinks the tables, but my test-user only can access the tables in read-only mode. I need her to be able to insert into one of the tables.
I’ve made sure she has read-write access to the share and neither .mdb is read-only.
What am I missing?