Search results

  1. 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...
  2. H

    How to filter selections for combo box

    The combo box on form 2 shows all the records for all the elevators based on a query. I just want to see the records from the report in the combo box on form2. (Name of combo box cboElev and fields are ElevNumber and Building.)
  3. 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...
  4. H

    Web Browser Control

    Thanks for all the help and time... it's great!! Just strugging a bit with the table to make it open a form based on the gridCell but I'll figure it out.
  5. H

    Web Browser Control

    Thanks MajP, What you've done sounds great, smart idea! Is it possible you could post a copy of the test db you tried this on so I can see how you put it all together? theDBguy good simple idea and it could work maybe as an alternative to capture the image and values when they load but more...
  6. H

    Web Browser Control

    Hey theDBguy, Can you explain how you did this? I'm assuming by the pictures that you figured it out. Thanks
  7. H

    Web Browser Control

    Yes exactly how did you do this?
  8. H

    Web Browser Control

    The web page below has dynamic values on the web page such as pressure, temperature, etc. I have attached a picture that you can see below to give you an idea of what it would look like... Right now I just have a screenshot image of the web page that I click on a valve or piece of equipment and...
  9. H

    Web Browser Control

    Web Browser Control......It cannot be split down into its component text & image parts. Yes I understand this but looking for other possible solutions to the problem.
  10. H

    Web Browser Control

    Yeah on the edges outside the web browser control is not what I'm looking for but thanks for sharing.
  11. H

    Web Browser Control

    The mouse down event sounds great but how hard would it be to put it all together? It sounds great but over my head here. I agree with mousedown event but it sounds like your/the web page ought to be handling this. This should be done by the administrator of the web page but will not happen in...
  12. H

    Web Browser Control

    Is it a page you wrote or a random page on the net? I have no control over the web page but it will stay the same for a very long time. There is a double click event available on a WB control. The double click is a start but would only work for the page as a whole... What I would like is to do...
  13. H

    Web Browser Control

    To open a form if you click on an image on a live web page.
  14. H

    Web Browser Control

    Yes tried it with the web browser control and I can't get it to work. It will work over a static image but would like it over a web page.
  15. H

    Web Browser Control

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

    Solved New to vba code

    Thanks for all your help really appreciate it!
  17. H

    Solved New to vba code

    Ok I quickly put together an example db. So basically what I may need in the future is have the query show data from both groups in tblLinks so I can see all the web pages. Another off topic question is it possible to have a control button in access go on a web image just curious?
  18. H

    Solved New to vba code

    tblLinks So what I was thinking is in tblLinks …. 5 groups with 5 different graphics in each group..(Basically to scroll on a form) …………………………………………………………... 2 groups with 3 different webpages from tblOtherLInks (Alarms/misc links) I did a query and the only way it works the way I have it is if...
  19. H

    Solved New to vba code

    Hi MajP, I think I might have my table structure somewhat correct now. I thought about a few things you said and adjusted accordingly. Can you give opinion on what you think? I was thinking about taking out the AhuAssetTag because it will have quite a few records with the same number but a...
  20. H

    Solved New to vba code

    Yes sorry you did say Autonumber key I screwed up.
Back
Top Bottom