HI Folks,
I'm trying to give the user the option to select the Year to run a certain report. One of the queries has an "IIF" expression that I'd like to have the field Selected by the user. Here is what I'd like:
Test: IIf(IsNull("[Type Year in here]"),"Owes","ok")
Where "[Type Year in here]" would prompt the user to type in 2007 (for example) which is one of the fields of the table.
Any thoughts?
Thanks a lot,
B
I'm trying to give the user the option to select the Year to run a certain report. One of the queries has an "IIF" expression that I'd like to have the field Selected by the user. Here is what I'd like:
Test: IIf(IsNull("[Type Year in here]"),"Owes","ok")
Where "[Type Year in here]" would prompt the user to type in 2007 (for example) which is one of the fields of the table.
Any thoughts?
Thanks a lot,
B