I have a secured database with 4 users ie admin, office, guest etc. I would like the user to be able to select from a list of the above and then automatically open the secured datebase with the selected user ie "/user office".
I have gone someway towards it with a seperate dbase containing a form with a list box of usernames. I have used Mile-O-Phile's example code to startup a seperate dbase, which works but only without any command line options. I cannot work out how to pass the command line option "/user ???" to the sub. Any suggestions?
I have gone someway towards it with a seperate dbase containing a form with a list box of usernames. I have used Mile-O-Phile's example code to startup a seperate dbase, which works but only without any command line options. I cannot work out how to pass the command line option "/user ???" to the sub. Any suggestions?