J
Jim Pockmire
I would like set criteria based on a value from a form, such that if the
value from the form is "1" a specific recordset is returned and if the value
is not "1" all records are returned. Can this be accomplished in a single
criteria cell?
e.g. I tried the following without success
=IIf(Forms!Form1!Option=1,"Ohio", Like "*")
value from the form is "1" a specific recordset is returned and if the value
is not "1" all records are returned. Can this be accomplished in a single
criteria cell?
e.g. I tried the following without success
=IIf(Forms!Form1!Option=1,"Ohio", Like "*")