M
Mike Thomas
When I try to filter a report from a menu using either of the 2 methods
below, I receive the error "Object Does Not Support this Property or
Method".
Reports![Pack List Cont].Filter = "[copk] = " & Me.txt_copk
Reports![Pack List Cont].FilterOn = True
OR
DoCmd.OpenReport "Pack List Cont", acViewPreview, , "[copk] = " &
Me.txt_copk
Does anyone know the cause and the fix for this one?
Many thanks
Mike Thomas
below, I receive the error "Object Does Not Support this Property or
Method".
Reports![Pack List Cont].Filter = "[copk] = " & Me.txt_copk
Reports![Pack List Cont].FilterOn = True
OR
DoCmd.OpenReport "Pack List Cont", acViewPreview, , "[copk] = " &
Me.txt_copk
Does anyone know the cause and the fix for this one?
Many thanks
Mike Thomas