Hi,
I have a database that has to interact with a website at times. However these interaction cause the page to open which then has to be closed.
I can use this codeto close the window but it still requires some intervention from the user.Code:<script type="text/javascript"> window.close() </script>
I'm using this to open the linkIs there anyway to get Access to run a web file (asp in this case) without it actually opening a browser?Code:Application.FollowHyperlink url
Thanks
Steve