• keeping form up-to-date (2000)

    Author
    Topic
    #368904

    Form1 based on Query1 on Table1. Query1 keeps all fields of Table1.
    Button: make new record. This button opens dialog-Form2 Query2 on the same Table1. Query2 keeps all obligated fields of Table1.
    After entering these obligated fields, dialogFOrm2 closes.

    Problem: I can

    Viewing 1 reply thread
    Author
    Replies
    • #579222

      In the on close event of form2, enter

      Private Sub Form_Close()
      Forms.Form1.Requery
      End Sub
    • #579224

      Addendum to my previous post.
      If you have combo boxes on you form add the line

      Forms.Form1.cmbMyCombo.Requery

      to requery them to.

    Viewing 1 reply thread
    Reply To: keeping form up-to-date (2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: