S
SteveB
I am trying to develop code that will enable a user to log into a
secure website from MS Access. I would like to develop a form that
prompts the user for a user name and password and then will pass user
name and password strings to the HTTPS login. I can open the website
using the Shell command, but, I have no idea of how to pass these two
strings to the login form. Has anyone encountered this?
If the above is not possible, can anyone tell me how to pass control
to Internet Explorer; allow the user to excute the tasks on the web
site and then pass control back to Access when the user closes
Internet Explorer?
I have a recently also found a sample.cs written in C# to do this
something like what I am trying to do, but nothing written in VBA.
secure website from MS Access. I would like to develop a form that
prompts the user for a user name and password and then will pass user
name and password strings to the HTTPS login. I can open the website
using the Shell command, but, I have no idea of how to pass these two
strings to the login form. Has anyone encountered this?
If the above is not possible, can anyone tell me how to pass control
to Internet Explorer; allow the user to excute the tasks on the web
site and then pass control back to Access when the user closes
Internet Explorer?
I have a recently also found a sample.cs written in C# to do this
something like what I am trying to do, but nothing written in VBA.