Filtering a sub form

jbfraleigh

Registered User.
Local time
Today, 19:15
Joined
Aug 8, 2000
Messages
22
I have a subform on my main form. Note that there is no relationship between the recordset of the main form and the recordset of the subform.

I need to be able to change the filter on the subform dynamically during run-time. I know this sounds a little odd because in theory I should be able to drive the subform off the main form using the LinkChildFields / LinkMasterFields.

Anyway, some things that I've tried:

Forms![MainForm]![SubForm].Filter = Blah
Forms![SubForm].Filter = Blah

Any help would be appreciated!

Thanks
 
forms!MyFormName!MysubFormName.form.fiter
 
Thanks, Ken! It figures that I was missing something obvious!!
 

Users who are viewing this thread

Back
Top Bottom