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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top