I have a formula
if (isnull ({MembersDetails.Medical Conditions})) then 'None recorded' else ({MembersDetails.Medical Conditions})
But is does not work
The field in the database is completely blank, so is the problem that I am saying 'isnull'
How do I correct this?
Gordon