Hi,
I have a query to check for condition. but when i execute, a message box apprear. "Enter Parameter Value"
below is my code.
I have a query to check for condition. but when i execute, a message box apprear. "Enter Parameter Value"
below is my code.
Code:
Stat: IIf([AvgOfTL PO and Inv]<7,[StatA],IIf([AvgOfTL PO and Inv]<10,[StatB]))
Comment