Recent content by Elaine

  1. E

    VBA Access cannot set value on form in web browser that has multiple forms

    Yes the website uses frames, I know frames have their disadvantages, no it's not my website. I resolved the problem using code I found here: http://www.mdbmakers.com/forums/showthread.php?t=4265 which steps through the URLs being accessed, their frames and their forms to find the one required...
  2. E

    VBA Access cannot set value on form in web browser that has multiple forms

    Thanks Adam, but that one is the second in my list of things I tried which didn't work. I think the problem is that the form is in a frame, and reference to fields in the form are not understood unless the frame is referenced. I don't know how to do that. Elaine
  3. E

    VBA Access cannot set value on form in web browser that has multiple forms

    Two days of trying to solve this one and now I reach out for help!!! In Access 2003, I have a module that auto logs into a website, then needs to navigate to a page that has 3 frames and 3 forms, set the select option of a field on the 2nd form of one frame, then submit, automatically. I have...
Back
Top Bottom