On that note, do you know how to get to the Print event or Format event of the VPOrgName Header section?
Me.[Image_tbl2DR].Visible = Not IsNull([Image_tbl2DR])
If IsNull([Image_tbl2DR]) Then
Me.[COLOR=Blue]TextBoxName[/COLOR].Left = 0
Else
Me.[COLOR=Blue]TextBoxName[/COLOR].Left = 550
End If