ibanezGuitars
Programmer
Hello,
I am revamping a VB6 system that uses Microsost's DAO 3.6 Object Model and Access 2002 databases on a Win XP machine. There is a Master.mdb database on the server that everyone shares and there is a Local.mdb database on each user's local hard drive for their own individual needs.
Can I use 2 separate .mdw (security) files to open each database individually?
In other words, as users logon to the system, can I have all of the users open the Master.mdb file on the server using the same Master.mdw security file (also on the server) and then have each user open their individual Local.mdb files which reside on their local hard drive using their own copy of the Local.mdw file (also residing on each user's hard drive) ???
Any suggestions or code snippets would be greatly appreciated.
Thanks for your time,
Dave
I am revamping a VB6 system that uses Microsost's DAO 3.6 Object Model and Access 2002 databases on a Win XP machine. There is a Master.mdb database on the server that everyone shares and there is a Local.mdb database on each user's local hard drive for their own individual needs.
Can I use 2 separate .mdw (security) files to open each database individually?
In other words, as users logon to the system, can I have all of the users open the Master.mdb file on the server using the same Master.mdw security file (also on the server) and then have each user open their individual Local.mdb files which reside on their local hard drive using their own copy of the Local.mdw file (also residing on each user's hard drive) ???
Any suggestions or code snippets would be greatly appreciated.
Thanks for your time,
Dave