Thanks guys for your help, I ended up using an IIF statement but had to convert the field to text as it could only deal with either all text or all currency.
IIF statement I used was -
Direct Price: IIF([Control1]="0","P.O.A.",[Control1] could also have used IIF([Control1] Is Null...