G
Guest
I have a split database that I am solely updating.
I have users doing only reading of the data through forms, queries, and linked tables. However, at this time the shared file locations on the network I have to work with don't offer any "rogue" user protection, ie. deleting of the files
Therefore, I want to be the only one working with the original copy of the database and have the users see only a "mirror copy" (updated immediately whenever the original "master copy" is). Replicas look promising but I rely on autonumber being sequential, so that is not preferred
I thought of automating all updating functions to run twice, once for the "master" and once for the "mirror" copy. I am somewhat accomplished with VBA so this is my first choice right now, despite the tax on storage space. Also, later I hear we will have better document control measures in place so this all may be moot
Anyone have suggestions/similar experiences.
I have users doing only reading of the data through forms, queries, and linked tables. However, at this time the shared file locations on the network I have to work with don't offer any "rogue" user protection, ie. deleting of the files
Therefore, I want to be the only one working with the original copy of the database and have the users see only a "mirror copy" (updated immediately whenever the original "master copy" is). Replicas look promising but I rely on autonumber being sequential, so that is not preferred
I thought of automating all updating functions to run twice, once for the "master" and once for the "mirror" copy. I am somewhat accomplished with VBA so this is my first choice right now, despite the tax on storage space. Also, later I hear we will have better document control measures in place so this all may be moot
Anyone have suggestions/similar experiences.