Finding record in subform

L

Lili

Hi,

If I have subform and main form, and I want to put a
search record button on the main form, is there any way
so that I can search record in the subform also?

Thank you.
 
J

Jon

I have done this using a query based on the subform's
table. Then just make a button to run the query.
 
Top