I am trying to open my emailaccount. I am using a button on Access form to follow the hyperlink that brings up the dialogue box. How can I autofill username and password using VBA ?
Autofill password using VBA from Access form
Collapse
X
-
Tags: None
-
Hi
I assume that 'follow the hyperlink' implies that you are using Web Mail of some sort. You will have to direct this question to the support desk of your email provider as it is not an Access issue.
It may as simple as addingto the end of the URL used in your hyperlink but I would guess that it may not be allowed at all.Code:"?username=MyName%password=MyPassWord"
After all, if it was as simple as this it would be an easy matter to build a program to cycle through passwords to hack emails.
S7
Comment