Applying a Filter to a subform

anishkgt

Registered User.
Local time
Today, 06:31
Joined
Nov 4, 2013
Messages
384
Hi All,

Was trying to use a button to apply a filter from a form to a subform

the subform (frmLogOverview_Subform) has a field call AttendedBy_FK and I wish to filter this from the main form (frmCallOverview)

how can I do it ?
 
Sorry for the late reply, was stuck with work. The criteria is a temp variable [tempVars]![TempEmpID], with which I need to filter the subform (frmLogOverview_Subform) through the main form (frmCallOverview)
 

Users who are viewing this thread

Back
Top Bottom