Correct Path

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a secure database, when I log in on my PC its allowed to enter but if
I want to access from another PC, it cannot accessing me and apeared message
telling : " make sure you entered the correct file name or Path"


My regards
Thanks
 
You gave us poor info... :-/

1) Is it a front end/back end (FE/BE) solution?
2) If it's FE/BE make sure that you always point from FE to the same BE
database, eg. check disk mapping.
3) Add a procedure (or function) that enables you to connect to BE database.
FE stores connection for each table in BE. If you develop a project on a
machine with different disk mapping you MUST have a "connect-procedure" in
your project... so that the end-user is able to connect to an appropriate
database (databases). Check a FE <=> BE connection when program starts and
if BE database doesn't exist simply call the "connect-function".

HTH

Vlado

Pls, excuse me for my poor English.

Pls, "step" your code
 
Kawther,

If the other user can use Explorer to browse to the location where the
database AND its security file (mdw) are stored, then they should be able to
access the database. If not, then that's your problem.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 

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

Back
Top