Search results

  1. H

    Web Browser Control

    How would you set up a web browser control window without the default browser? I used microsoft-edge before the link and it opens up this browser outside the window but I need it to open up inside the web browser window. Thanks in advance.
  2. H

    Web Browser Control How to do an Automatic Login

    How would you use the web browser control to automatically login into a website using your username and password?
  3. H

    Defining Variables

    How would I define the variables for this code? The BldgAbb_ID is text so I would set it to string but where would I go form here? I am opening a report based on the building abbreviation of a form. Thanks in advance for your help. Option Compare Database Option Explicit Dim BldgAbb_ID As...
  4. H

    How to filter selections for combo box

    Hello, How do I filter selections for a combo box on a form. I have a multiple reports that have many records and I want to bring up a form with a combo box that just allows me to select one of these records based on the report. I also do not want to see the rest of the records in the combo...
  5. H

    Web Browser Control

    Is it possible to overlay control buttons on a web image using the web browser control in Access?
  6. H

    Solved New to vba code

    Does this code look correct or should I be doing something different. It seems to work ok but is there a way to shorten the code. Thanks in advance... Option Compare Database Option Explicit Dim db As Database Dim rs As Recordset Dim URL As String...
Top Bottom