Search results

  1. G

    Creating Custom Help File

    I used the Microsoft HTML Help Workshop to create a custom help file for my database. The help file itself works fine when you manually open it. However, I'm trying to link it to the controls in my database. I followed the instructions found here step for step, but when I press F1 on my form, a...
  2. G

    create hyperlink from text field

    I'm using a function from the Microsoft Knowledge Base to import images into an image control on a form. The function works fine, but I would like the image to also be a hyperlink so you can view the full-size picture by clicking on it. Here's the code for the function: Public Function...
  3. G

    subform filters on tabbed form

    I have a tabbed form with a subform in each tab. Each subform has a filter that needs to be on all the time. So for the 'On Open' property of each subform, I have 'Me.FilterOn = True'. The problem is that when I open my tabbed form, only the first subform filter is applied. The other subforms...
Back
Top Bottom