I would like to hide textbox expression when fields contained within textbox are null. The textbox expression is ="Team Member of" & " " & [Department] & ", " & [Office]
This expression is fed by the fields, Department and Office. When there is no data for the fields, the textbox displays Team Member of ,. Is there a code that will hide 'Team Member of ,' when there is no data for the fields? If there is no information for the Department field there is no information for the Office field.