R
Rashar Sharro via AccessMonster.com
Hi,
I am receiving the following error when I attempt to run my query with the
following criteria:
IIf([tblSales_Performance_Review]![1_Saws_Total]<>0,'*',0)
The error message that I receive is "Data type mismatch in criteria
expression"
I'm pretty sure that it has something to do with my table field being
numeric, and I'm trying to insert a special character. How can I rewrite
the expression so that I can insert the special character '*'?
Thanks
I am receiving the following error when I attempt to run my query with the
following criteria:
IIf([tblSales_Performance_Review]![1_Saws_Total]<>0,'*',0)
The error message that I receive is "Data type mismatch in criteria
expression"
I'm pretty sure that it has something to do with my table field being
numeric, and I'm trying to insert a special character. How can I rewrite
the expression so that I can insert the special character '*'?
Thanks