P
Pass-the-reality
On an old query I typed Not Started: IIf([Status]="Not Started",2) What
this did is if the status was listed as Not Started, it would put the number
2 in the row. How do I show that if there is not a date in the Rightfax
column than insert a 1 for example something like Fax:
IIf([Rightfax]=Null,1,0)
this did is if the status was listed as Not Started, it would put the number
2 in the row. How do I show that if there is not a date in the Rightfax
column than insert a 1 for example something like Fax:
IIf([Rightfax]=Null,1,0)