Hi. Well, in the "on print" event procedure, check to see the the field is visible and ten set the visible attribute to false. see code Below:
me.address2.visible = false
If not isnull(me.address2) then
me.address2.visible = True.
End IF
This little bit of code in the "ON Print" event procedure makes address2 invisible no matter what and then turns it on if the field is present.
email me at
[email protected] if you need anymore help. I do this kind of thing all the time.
Chuck(Ru1)