D
David Clasper
Hi,
i am running the query below to return values if certain conditions are met.
However when the query runs it only returns the values from the credits
table. can anyone see what i am doing worng?
it should return 0.1 if the value = customer or 0 if cancelled or use the
value from the credits table to insert the value into the calcuated field.
CalcCredits: IIf([Job Status]="Customer*",0.1,IIf([Job Status]="Cancelled*",
0,[credits]))
i am running the query below to return values if certain conditions are met.
However when the query runs it only returns the values from the credits
table. can anyone see what i am doing worng?
it should return 0.1 if the value = customer or 0 if cancelled or use the
value from the credits table to insert the value into the calcuated field.
CalcCredits: IIf([Job Status]="Customer*",0.1,IIf([Job Status]="Cancelled*",
0,[credits]))