Simulate a push button on a web page initiate by MS Access

Pat
5StarLounger
Posts: 1148
Joined: 08 Feb 2010, 21:27

Simulate a push button on a web page initiate by MS Access

Post by Pat »

I start web pages from Access, and I need to simulate a button press, Is there a way to do this?

User avatar
HansV
Administrator
Posts: 78642
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Simulate a push button on a web page initiate by MS Acce

Post by HansV »

Not if you mere follow a hyperlink to the web page, but it is possible if you open the web page programmatically. You have to study the source code of the web page and find the name of the button.

See for example VBA Code To Activate/Press Button On Web Page or Start web page that requires password (Log onto gmail).
Best wishes,
Hans

Pat
5StarLounger
Posts: 1148
Joined: 08 Feb 2010, 21:27

Re: Simulate a push button on a web page initiate by MS Acce

Post by Pat »

Thanks Hans, I will follow up on this