Results 1 to 2 of 2
  1. #1
    Saviosachin is offline Novice
    Windows 10 Office 365
    Join Date
    Aug 2020
    Posts
    1

    Web Form Automation

    Hi, I was trying to use access database to open a web page and navigate to the form section and to fill the form with data from the database. the form will always be the same. i tried using the excel codes which i found online but showing errors.

    Is anyone familiar with this who could help me please.

    Private Sub Command196_Click()


    Dim IE As Object
    Set IE = CreateObject("InternetExplorer.Application")


    IE.Visible = True
    IE.navigate "http://webformsample.html"




    Do While IE.Busy
    DoEvents
    Loop


    IE.Document.getElementById ("u_j_o")




    End Sub

    the above is the code i started with but getting errors

  2. #2
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,791
    I can't help you with the problem, but I may be able to help with your post. I've never seen a post where "It doesn't work" or "I get errors" is of any help to those who might help you. If you have the error message text, post that, and if you have an error number, include that as well. It gives responders something to go on.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Email Automation from Form
    By ryancgarrett in forum Programming
    Replies: 3
    Last Post: 08-30-2015, 09:03 PM
  2. Automation using a form and vba
    By hinkwale in forum Forms
    Replies: 2
    Last Post: 01-09-2015, 08:31 PM
  3. Automation Error from form
    By gemadan96 in forum Forms
    Replies: 5
    Last Post: 05-21-2014, 12:27 PM
  4. Replies: 4
    Last Post: 02-06-2014, 12:55 AM
  5. Form-Record Automation Problem
    By keatsy_040489 in forum Forms
    Replies: 2
    Last Post: 02-05-2012, 05:08 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums