How to call up another program with a button in Access

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

Guest

I am creating a database in Access and I would like to create a button that
allows me to call up another program. Is that possible, if so can anyone help
me please?
 
I am creating a database in Access and I would like to create a button
that allows me to call up another program.

Look up help for the Shell() function


Tim F
 
Hiry said:
I am creating a database in Access and I would like to create a button that
allows me to call up another program. Is that possible, if so can anyone help
me please?

One easy way is to define a Macro that contains a "RunApp" command to
start the other program, and link that Macro to your button.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.
 

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