Filter problem

syc

Joined
Apr 9, 2010
Messages
1
Reaction score
0
I'm facing a problem when i write code for Filter on Report_Open

Private Sub Report_Open(Cancel As Integer)

Me.Filter = "Lookupcode = 'ILCharges' And ParamValue NOT IN ('3')"
Me.FilterOn = True

End Sub


This code looks no problem but when i run it, an error message display said that:
"The setting you entered isn't valid for the property"
And this is a subreport.

Thanks,
syc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top