Filtered form to other form

G

Gilles Roy

Hello,

I am trying to build a form, and set it up
programmatically so that it will display simultaneously
all and only records that have been filtered in in another
form. Is it possible to do that in Access ? What would be
the procedure briefly ?

Thanks.

Gilles.
 
A

Allen Browne

In Access 2000 and later you can set the Recordset of one form to that of
another, so they always display the same set of records.
 
Top