Button

  • Thread starter Thread starter Nathan
  • Start date Start date
N

Nathan

Is there a way i can have a button to open a file in the
folder the database is in and have the file open in the
proper program

ex
when the button is clicked
text.doc opens in word
or
text.btw opens in bartender

Thanks in advance
 
Try using the Shell command on the click event

eg

Call Shell("Word.EXE "" MyWordFile.doc""", 1)
 
How would i inplement that into my script
and where is it calling the shell from
 

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