sub form and form

  • Thread starter Thread starter A1
  • Start date Start date
A

A1

i have form master form and sub form
the master form contain 3 unbond controls for example
I want filter the sub form using this controls
by command button in a master form
is this possible
what is the code??
 
i have form master form and sub form
the master form contain 3 unbond controls for example
I want filter the sub form using this controls
by command button in a master form
is this possible
what is the code??

It's quite likely that no code is needed at all!

You can include the names of the three unbound controls in the
Subform's Master Link Field property, using the corresponding fields
in the subform's recordsource as the Child Link Field.

If this isn't clear, please explain what these three fields are
(fieldnames, datatypes, perhaps meaning).

John W. Vinson[MVP]
 
Back
Top