I'm using Access 2010 with VBA to interact with a web site via Internet Explorer. I've got the web site opening and displaying. I want my VBA code to wait until a user chooses an item from a dropdown list on the web site, then the user clicks on the [Submit] button which will pull up a subsequent page. On the subsequent page I will fill in data, then click the [Submit] button from that page. Etc.
It seems my code needs to be listening for an event to fire (the event = the user clicked on the button). How would I enable that? Or am I thinking about this incorrectly.