Open a database from current database

  • Thread starter Thread starter SDIrby
  • Start date Start date
S

SDIrby

Good morning all,

My buddy has a problem and i figured if anyone can help with it, yo
guys can. Its simple what he want to do.

He want's to Open a database, any database, by clicking a comman
button. Anything would be helpful. He's given no specifics, and thi
is all i know.

A man in our company does productivity and other things that we have n
idea about, and he uses our tracking database. When he clicks on
button it needs to open another database for him to enter data into an
what not. I apologize if this confuses you, because it even confuse
me. But please answer to the best of your ability, i assume tha
anyway you can open a database would work.

Thank you
 
The code behind the command button to open another database is:

Call Shell("MSACCESS.exe PathdFileName.mdb", 1)

HTH,
Nikos
 
Back
Top