Run application

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

Guest

I am trying to run Enterprise Manager from a command button on an access form
- the program will run but I want it to then open a console file that is in a
different location.

The command I have at the moment is:-

C:\WINDOWS\system32\mmc.exe /s "C:\Program Files\Microsoft SQL
Server\80\Tools\BINN\SQL Server Enterprise Manager.MSC

any ideas gratefully received.

Karen
 
Is the file associated to EM on the computer in question? If so, try opening
the file directly as a hyperlink from your command button:

Application.FollowHyperlink "C:\Filename"
 
Hi, thanks for the response.

I have already made sure that the file is associated with EM but it didn't
work.

I am trying to open the file SQL Server Enterprise Manager.msc (console) but
it won't recognise that the file wants to be associated with Enterprise
Manager (program) - access reports invalid procedure.

Can anyone help please?

Thanks
 

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