Jun 8, 2006 #1 vb6novice Programmer Sep 23, 2002 288 US Is there a way in Access 97 to open a database and determine what .mdw file the database is using for security settings?
Is there a way in Access 97 to open a database and determine what .mdw file the database is using for security settings?
Jun 8, 2006 #2 jsteph Technical User Oct 24, 2002 2,562 US use in the debug window ?dbengine.systemdb --Jim Upvote 0 Downvote
Jun 13, 2006 #3 JoeAtWork Programmer Jul 31, 2005 2,285 CA It would be using whichever MDW file is pointed to in the shortcut, e.g. if the target in the shortcut is.... "C:\Program Files\Office97\Office\MSACCESS.EXE" "C:\Projects\AppDev.mdb" /wrkgrp "C:\Projects\MySystem.mdw" .... it is using MySystem.mdw in the "C:\Projects" directory. If "/wrkgrp" isn't specified, it would use the default System.mdw file. Upvote 0 Downvote
It would be using whichever MDW file is pointed to in the shortcut, e.g. if the target in the shortcut is.... "C:\Program Files\Office97\Office\MSACCESS.EXE" "C:\Projects\AppDev.mdb" /wrkgrp "C:\Projects\MySystem.mdw" .... it is using MySystem.mdw in the "C:\Projects" directory. If "/wrkgrp" isn't specified, it would use the default System.mdw file.
Jun 14, 2006 #4 jsteph Technical User Oct 24, 2002 2,562 US ...but remember, the 'default' .mdw file isn't necessarily 'system.mdw', it could be anything chosen in the last running of the wrkgadm program. --Jim Upvote 0 Downvote
...but remember, the 'default' .mdw file isn't necessarily 'system.mdw', it could be anything chosen in the last running of the wrkgadm program. --Jim