Hi again,
Everything seems fine (syntax etc). I opened my form, right clicked on the 'Priority' Field and clicked Build Event> Expression
Pasted the following command in (updated with my table field values)
=IIf([StatusOfQuery]="Open",IIf(([DateDue]-Date())>5,"Priority 2","Priority 1"),"")...