Tom,
TestSponsor.[Sponsor Company Key] Like
[Forms]![TestSearch]![SponsorCompany]
This is a dropdown list, so there are no wildcards. I
assume this is correct.
TestSponsor.[Sponsor Company Key] Like "*"
I was told that Like "*" would return any value, including
nulls, but I'm fairly confused by this statement.
Now, what is it you want to accomplish?
What I want is to write a parameter query where the
parameters come from values in a form. I have the code
written to accomplish all of these things, but my logic
for the parameters is off.
The logic I really want is that if the person chooses to
enter a value into a field, it returns records with that
value, and if they don't input one, it will return any
value for that field.
That said, I don't want putting nothing in to be
represented as looking for Null values, I want nothing to
mean that there is no criteria, the query can return any
value.
I hope that I made clear what I'm aiming for (and that
what I'm aiming for isn't too far off the deep end.
Thanks for being so patient,
-Scott