Is there anyway I can create a linked table to a database that "doesn't exist" (ie. is on a network that I don't currently have access to, but the users will have access to)?
At the moment, I'm working around it by having the database check the links on startup, so when the user opens it up they get prompted for a backend (if it's different to where I was expecting it to be) and everything gets relinked, but I'd rather do it without any user interaction (or delays while everything gets relinked in the background). Is it possible?
At the moment, I'm working around it by having the database check the links on startup, so when the user opens it up they get prompted for a backend (if it's different to where I was expecting it to be) and everything gets relinked, but I'd rather do it without any user interaction (or delays while everything gets relinked in the background). Is it possible?