How would i complete this IIF statement if a want to fill the empty fields in a column called REGION_NAME with the word "BLANK" and use whatever is in the populated fields if not blank
IIf([dbo_MIS_IntakeM td]![Region_Name] Is Null,"BLANK","" )
Thanks Dave
IIf([dbo_MIS_IntakeM td]![Region_Name] Is Null,"BLANK","" )
Thanks Dave
Comment