Died in Hospital: IIf([dbo_IP_ADMISSION].[DateOfDeath] Is Null,"N","Y")
Hi again, a very simple statement above returns a N if the field is blank and a Y if it's not. What would be the code, I'm again assuming this will be a simple CASE statement?? Maybe wrong.