G
Grip
I've got a table of Memberships and a table of Membership types. I'd
like to build a reporting interface that has an unbound box that
allows users to select from the list of membership types and find
those memberships (among other search criteria). If the box is left
blank, the user should find all memberships regardless of type.
So I built the form, added the text box, and named it. I'm in the
middle of building the query that should run after users enter in
their criteria. I've got the criteria simply set as =[Forms]!
[frmMemberOrganizations]![txtMembershipChoice] which works fine when a
choice has been selected, but when it's null, I get no results (all
Memberships have a type).
What's the syntax for what I'm trying to do?
Thanks!
like to build a reporting interface that has an unbound box that
allows users to select from the list of membership types and find
those memberships (among other search criteria). If the box is left
blank, the user should find all memberships regardless of type.
So I built the form, added the text box, and named it. I'm in the
middle of building the query that should run after users enter in
their criteria. I've got the criteria simply set as =[Forms]!
[frmMemberOrganizations]![txtMembershipChoice] which works fine when a
choice has been selected, but when it's null, I get no results (all
Memberships have a type).
What's the syntax for what I'm trying to do?
Thanks!