Ok, I have searched and searched and I just can not find the answer I am looking for....
I have a form with a combo box to choose if I want salary codes to print on my report. (Yes, No) In my query criteria I was trying to do is this:
like IIf(forms!frmOptions!cboSalaries = "yes", "*", ">0199")
When I run the report from the form, the true part of the expression works just fine, but the false part doesn't work. I know that the query is going to look for a value of ">0199" rather than looking for values greater than 0199. I have a feeling that this is something stupid that I am just missing, but I am just not seeing it.
Thanks in advance....
Steph
I have a form with a combo box to choose if I want salary codes to print on my report. (Yes, No) In my query criteria I was trying to do is this:
like IIf(forms!frmOptions!cboSalaries = "yes", "*", ">0199")
When I run the report from the form, the true part of the expression works just fine, but the false part doesn't work. I know that the query is going to look for a value of ">0199" rather than looking for values greater than 0199. I have a feeling that this is something stupid that I am just missing, but I am just not seeing it.
Thanks in advance....
Steph