Hi!
I created two applications, one connected to the server and the other working in local. When a user is in his office, he uses the first application connecting to the company's database, and when he's out he can launch the other application to insert data which will be syncronized the first time he'll use the first application.
The problem is that for some user is too complicated to have 2 distinct applications (
): is it possible to insert a condition in the opening page like "if it's possible to connect to the server then follow opening AccessProgram1, else open AccessProgram2" to hide the presence of 2 different programs to the users?
Thanks!
I created two applications, one connected to the server and the other working in local. When a user is in his office, he uses the first application connecting to the company's database, and when he's out he can launch the other application to insert data which will be syncronized the first time he'll use the first application.
The problem is that for some user is too complicated to have 2 distinct applications (
Thanks!