jamaarneen
Programmer
Hi
I entered the following as control source for a textbox:
Code:
=IIf([IsSold]<>0;[pro_SaleDate];'X')
but the problem is, that if 'IsSold' <> 0, I am getting an error instead of a date.
I really don't know why. Can somebody please tell me?
note: i have tried to put a textbox bounded direct to the field 'pro_SaleDate', and it worked good.
Thanks, Ja