system.mdw

J

JIM.H.

Hello,
We have a terminal server and a few user, they login
terminal server and launch a Access97 mde file. I copy mde
file to a different folder for each user as a front end
to let them work independently. Back end is another
database file and tables are linked to front end. Now I am
getting "Could not use C:\WINNT\System32\system.mdw"
message. How can I get rid of this, there is no user login
to the database.
Thanks,
Jim.
 
A

Arvin Meyer

There is a user login, the default is "admin" without a password. In that
case, you won't see the login, but security (albeit wide-open) is in place.
You need to tell your login where the proper system.mdw is. For instance
here's a sample shortcut with a special mdw file:

"C:\ProgramFiles\Microsoft Office\Office10\MSACCESS.EXE"
"F:\Projects\App.mdb" /wrkgrp "F:\Projects\Secured.mdw"

--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top