G
Guest
I am applying a filter to a subform (object name = subfrmKitComps) based on a
field in the current record of another subform:
Me.Parent.subfrmKitComps.Form.Filter = "KitItem = '" & StrCurrentKit & "'"
where StrCurrentKit was obtained from the Current event of the other subform.
Unfortunately, subfrmKitComps still shows all records; it does not exclude
those records with values in the KitItem field not equal to StrCurrentKit.
What am I doing wrong?
Thanks!
field in the current record of another subform:
Me.Parent.subfrmKitComps.Form.Filter = "KitItem = '" & StrCurrentKit & "'"
where StrCurrentKit was obtained from the Current event of the other subform.
Unfortunately, subfrmKitComps still shows all records; it does not exclude
those records with values in the KitItem field not equal to StrCurrentKit.
What am I doing wrong?
Thanks!