Search results

  1. G

    Open form and filter the subform

    Hi Uncle Gizmo, I try to understand your point / question. I thought this parent-child relationship was only possible within the same form. Do you suggest that in FormB-main form I create a connection with FormA and then link formB-main with formB-sub?
  2. G

    Open form and filter the subform

    Hi, I am trying to open a form (Form B) from Form A by making a VBA code with "DoCmd.OpenForm" and apply the where clause on the current ID field. This is working great when in the form that opens, the ID field is in the main form. However, i want to go one step further and open a form with a...
Back
Top Bottom