W
WildlyHarry
I want a to use a field on my form to pass a limit to a query. I want the
field on the form to contain the operator and the value that will be passed
to the query limit. For example form 1 field 1 = "<> monkey". The query
limit reads [forms]![form1]![field 1]. The query would then return all
records that are not equal "monkey". Unfortunately, it looks like the form
is passing the operator and the value as one chunk of text ie "<> monkey"
instead of <> "monkey". No matter how I manipulate the value in the field on
the form. Is there anyway to pass an operator from a field on a form?
Thanks in advance for the help.
field on the form to contain the operator and the value that will be passed
to the query limit. For example form 1 field 1 = "<> monkey". The query
limit reads [forms]![form1]![field 1]. The query would then return all
records that are not equal "monkey". Unfortunately, it looks like the form
is passing the operator and the value as one chunk of text ie "<> monkey"
instead of <> "monkey". No matter how I manipulate the value in the field on
the form. Is there anyway to pass an operator from a field on a form?
Thanks in advance for the help.