mjh
03-20-2002, 12:47 PM
I am attempting to add an IIf statement in my query. I have a field [TARE DATES] and would like to have each row of data show..
IIf [TARE DATE CHANGE1] less than #02/01/02# then leave blank but if [TARE DATE CHANGE1] is greater than #02/01/02# I want the value from the [TARE DATE CHANGE] field.
Please help me write this statement. This is what I have so far
Tare Date: IIf([TARE DATE CHANGE1]<=#2/1/02#,Null,IIf([TARE DATE CHANGE1]>=#2/1/02#,.....))
Thank you,
IIf [TARE DATE CHANGE1] less than #02/01/02# then leave blank but if [TARE DATE CHANGE1] is greater than #02/01/02# I want the value from the [TARE DATE CHANGE] field.
Please help me write this statement. This is what I have so far
Tare Date: IIf([TARE DATE CHANGE1]<=#2/1/02#,Null,IIf([TARE DATE CHANGE1]>=#2/1/02#,.....))
Thank you,