Two things. First, you were close but but no cigar. Instead of =IIF([fieldB]="",[Forms!].[ReportC]), you want =IIF([fieldB]="",[Forms]![ReportC]) Note the placement of the ! between [Forms] and [ReportC]. Secondly, depending on how you have the field set up, a zero-length string ("") may not be...