Db-why-not
Registered User.
- Local time
- Today, 17:31
- Joined
- Sep 17, 2019
- Messages
- 160
Hello,
I have an access database with Logins table and with fields: UserID, Password, WebAddress. I have a form (Auto_Logins) that displays these 3 text fields, and buttons to scroll through all the individual records in my Logins tables. Then I have a Login button that I want to trigger internet explorer to open, navigate to the webaddress and take my UserId and Password from the form that is displayed and then login to the website. Is this possible with VBA code in access? I have been having trouble finding code or information on how to do this. Thanks.
I have an access database with Logins table and with fields: UserID, Password, WebAddress. I have a form (Auto_Logins) that displays these 3 text fields, and buttons to scroll through all the individual records in my Logins tables. Then I have a Login button that I want to trigger internet explorer to open, navigate to the webaddress and take my UserId and Password from the form that is displayed and then login to the website. Is this possible with VBA code in access? I have been having trouble finding code or information on how to do this. Thanks.