Opendatabase from a button click event

  • Thread starter Thread starter Sandra
  • Start date Start date
S

Sandra

I need to open a database from a button click event – The database was
converted from version 97 to 2003. When I use the “opendatabase†the error
3343 is shown that says that the database format is not recognized

And I have to open the database exclusive

What's the line of code I can use to get it?

Thanks
 
Try this:
Application.FollowHyperlink "C:\Folder Name\Name of Database", , True
 

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