soupisgood84
Technical User
I have a IIF statement (seen below) that will request input but still run the query if no input is received. I would like to incorporate this into a "between...and..." for a date range and also a price range. I have tried quite a few combinations but cant seem to get it right.
Any suggestions will be greatly appreciated.
Statement:
IIf(IsNull([Forms]![frmBudget-Unbound]![txtReqNumber]),[RequisitionNumber],[Forms]![frmBudget-Unbound]![txtReqNumber])
Any suggestions will be greatly appreciated.
Statement:
IIf(IsNull([Forms]![frmBudget-Unbound]![txtReqNumber]),[RequisitionNumber],[Forms]![frmBudget-Unbound]![txtReqNumber])