In the OnCurrent Event for the Form itself, place:
If IsNull(Me![name of textbox]) Then
Me![name of picture to display when empty].Visible = True
Me![name of picture not to display].Visible = False
Else
Me![name of picture to display when empty].Visible = False
Me![name of picture not to display].Visible = True
End If
Then set both images to Visible = No on the form. You should be set.
****************************
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. (Albert Einstein)
Robert L. Johnson III
MCSA, CNA, MCP, Network+, A+
w: robert.l.johnson.iii@citigroup.com
h: wildmage@tampabay.rr.com