Okay,
I'm in an multi-user enviroment & most of the time they use multiple databases. The frontend of the database has to reside in a specific path on the users machine depending on what type of machine the user signs in on (which I can obtain by getting the username from the system). I've been trying to get a handle on it all. I've created a library database along the lines suggested by FanciePrairie (thread181-468123 & thread181-600174), but my issue comes up with how to go about updating the new versions. Most of the examples here talk about batch files or vbscripts and deal with 1 batch file per database. I don't want a batch file for each database, there are too many, I want to be able to tell it which database, etc. I've never written a batch file myself so I'm not even sure if this can be done or if I have to go about it a different way. In addition, I want to be able to copy the database to a different, & correct, location if for some reason the user has moved the front end. The location again would be different depending on the machine. Plus, is there any way to know if the user opened a database using a shorcut or not, and where that shortcut is located? Any help or ideas would be greatly appreciated.
I'm in an multi-user enviroment & most of the time they use multiple databases. The frontend of the database has to reside in a specific path on the users machine depending on what type of machine the user signs in on (which I can obtain by getting the username from the system). I've been trying to get a handle on it all. I've created a library database along the lines suggested by FanciePrairie (thread181-468123 & thread181-600174), but my issue comes up with how to go about updating the new versions. Most of the examples here talk about batch files or vbscripts and deal with 1 batch file per database. I don't want a batch file for each database, there are too many, I want to be able to tell it which database, etc. I've never written a batch file myself so I'm not even sure if this can be done or if I have to go about it a different way. In addition, I want to be able to copy the database to a different, & correct, location if for some reason the user has moved the front end. The location again would be different depending on the machine. Plus, is there any way to know if the user opened a database using a shorcut or not, and where that shortcut is located? Any help or ideas would be greatly appreciated.