I asked this a long time ago and got a couple of responses – but none were THE answer.
Hopefully someone here will recognize the situation and say “Oh yeah, it’s because….”
I have a bound form with a bunch of textboxes.
When I right click on the form and select Filter by Form,then click in one of the textboxes, it offers me IS Null and Is Not Null. But when I click in a different textbox, it offers me everything that was ever entered in the text box. This happens with all of the textboxes with no pattern that I can determine. All textboxes have the same properties. Why would some offer Is Null and IS Not Null, while others offer me everything?
I posted this elsewhere and received a few responses :
Here’s a summary of what it ISN’T so far:
1) Not the index
2) Not unique values
3) Not joins
4) Not null values
DateIn =
1)Indexed,Dups OK
2)Many Unique values
3)No null values
4)Not joined with other tables
DateOut =
1)Indexed,Dups OK
2)Many Unique values
3)Null values
4)Not joined with other tables
LastName = (same as DateIn)
DateIn offers me every unique entry
LastName offers me Is Null/Is Not Null
Where else should I be looking?
Thanks for reading this!!
Michael