SELECT scores.House, scores.Mark, IIf([FrDate]>=Date(),'90','10') AS Wee, [Mark]+90 AS Grade
FROM scores;
Only this code pops up because it won't accept the 'problematic code'. I think there has to be a setting or something to do with testing numbers....