Search results

  1. Z

    Subforms - accessing them via 'button'

    The way we do it is by having a contact history subform on the contacts form. I was a little unclear what you were doing so sorry if I am repeating what you have already done. tblContacts ContactId - AutoNumber & PrimaryKey and the rest of the fields you want. tblContactHistory...
  2. Z

    Specifiy query criteria using a form

    I sent you an example
  3. Z

    One more try, Searching Subform

    I have a main form and a subform on the main form. What I need to be able to do is have a lookup combobox on the main form and choose a value from the subform and find that value in the subform and go to that record. I need to have a combo lookup with values from the subform not the main form...
  4. Z

    Searching a Subform

    I am sorry I need to have a combo lookup with values from the subform not the main form.
  5. Z

    Searching a Subform

    I have a main form and a subform on the main form. What I need to be able to do is have a lookup combobox on the main form and choose a value and find that value in the subform and go to that record. Thank you
  6. Z

    Button design

    If your still intrested Candice Tripp has a sample database on buttons you might like. She is at candicetripp.com. I tried to get on to her site and had no luck. If you can not download it off of her site I will be glad to email it to you. Good luck
  7. Z

    ActiveX Treeview Control

    I Emailed you a sample I think you might find helpfull. If it is not I have a couple more that might help you let me know.
  8. Z

    Min/Maxing forms thru other forms

    Go to Microsoft's website and do a search for this article Q175066. They have a sample database that I think will help you.
  9. Z

    help with size

    Private Sub Form_Open(Cancel As Integer) On Error GoTo Form_Open_Err DoCmd.MoveSize 4320, 1440, 5184, 4896 Form_Open_Exit: Exit Sub Form_Open_Err: MsgBox Error$ Resume Form_Open_Exit End Sub
  10. Z

    Daylight Savings Time

    Take a look here http://www.mvps.org/access/api/api0024.htm
  11. Z

    color pagetabs

    Take a look here http://www.lebans.com/tabcolors.htm
  12. Z

    Animated GIF's

    Do a search in this forum on "Animation" and you will find a few answers.
Back
Top Bottom