Property Setting Long

Evagrius

Registered User.
Local time
Yesterday, 19:19
Joined
Jul 10, 2010
Messages
170
Hi,

I am getting error "Property setting too long". I have around 200 criteria in the sample below? Is there a better way to do this? Thank you!!

Code:
Me.Filter = "[Number] IN ('12345','552364', . . . .  .
 
200 criteria?

If so, create a table with one field for them and then instead of the filter you would change the form's recordsource to the query with that as the limiting factor.

You would do something like this in the query but instead of Is Null you would use Is Not Null.
 
Bob - thank you! I will work on this tonight and let you know how it works! Thank you!
 

Users who are viewing this thread

Back
Top Bottom