Programmatically, how can I close a browser window that I have opened from within Microsoft Access?
I am currently using the "Shell" command but am open to using another method.
P.S. I tried setting a variable ("pHandle") as the return value of the Shell command, then using some code I found...