This would NEVER happen if you used a local version of the BE.
Indeed! I hadn't considered that, but it makes perfect sense. Right now, the copy BE is on the network different subfolder. The production Database BE is in a folder named "Back End" and the development copy is in a folder called "Back End Test". I doubt the other users know where it is, but I think they DO have access to it.
Let me ask you something about the linked Table Manager:
I'm hiding the network path, but you can see that the box is unchecked, but the database still reads from the backend. I used the folder names above, b/c I can just click Edit and Add or Remove Test and be at the correct level.
The reason I did it this way is b/c there are multiple networks paths that might work. For example - my path might be \\domain.subdomain1.company.com\ ...
S:\ might work for me, but not if users have their network paths named differently. \\domain.subdomain2.company.com re-directs to the same files, but might be slower or less reliable.
I've had times that I just browsed for the folder and ended up with both subdomain1 and subdomain2 listed.
An obvious solution is to copy the production path and the development (local) path to Notepad and copy and paste as needed.
Is there a way to have both listed? I.e. could I click add and add "C:\Users\MyUserName\Documents\CopyBe.accdb and then whichever one is checked is used by the development FE?
That takes discipline. Making DDL is the best solution. Make the DDL FIRST.
I need to look more into how to use DDL. I can find the previous links, just haven't gotten to researching it yet.