Autofill password using VBA from Access form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sharmistha Mukherjee
    New Member
    • Feb 2008
    • 1

    Autofill password using VBA from Access form

    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 ?
  • sierra7
    Recognized Expert Contributor
    • Sep 2007
    • 446

    #2
    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 adding
    Code:
    "?username=MyName%password=MyPassWord"
    to the end of the URL used in your hyperlink but I would guess that it may not be allowed at all.

    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

    Working...