L
LY
I'm fairly new to Access and largely unfamiliar with coding, so keep that in
mind when replying please. =)
I have a query with several different fields that pulls the criteria from
textboxes in an unbound form.
The code I am using in the fields "criteria":
Like IIf(IsNull([Forms]![Info].[Proposal ID]),"*",[Forms]![Info].[Proposal
ID])
(form's name = info, example textbox name = Proposal ID)
The problem is that I have many text boxes (and thus, fields in my query)
but I only want a couple to show up when I run the query. However, when I
uncheck the "show" option on a field an "Enter Parameter Value" pop-up opens
up when the query is run
How can I make it so that the user has the ability to specify criteria for a
field but not have that field show up when the query is run?
Thanks!
mind when replying please. =)
I have a query with several different fields that pulls the criteria from
textboxes in an unbound form.
The code I am using in the fields "criteria":
Like IIf(IsNull([Forms]![Info].[Proposal ID]),"*",[Forms]![Info].[Proposal
ID])
(form's name = info, example textbox name = Proposal ID)
The problem is that I have many text boxes (and thus, fields in my query)
but I only want a couple to show up when I run the query. However, when I
uncheck the "show" option on a field an "Enter Parameter Value" pop-up opens
up when the query is run
How can I make it so that the user has the ability to specify criteria for a
field but not have that field show up when the query is run?
Thanks!