sample code

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

Hello,

I am looking for sample code that I can run from the code portion of my
report to run a specific Access macro, then after that, open up a specific
web page.

Thanks for your help,
Joel
 
Joel said:
Hello,

I am looking for sample code that I can run from the code portion of
my report to run a specific Access macro, then after that, open up a
specific web page.

Thanks for your help,
Joel

DoCmd.RunMacro "MacroName"
Application.FollowHyperlink "URL"
 

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