I would try putting code on the On Lost Focus event of txtN.
On the txtName properties Dialog box, set visible to No.
On the Form's On Current event, set Me.txtName.Visible = False
On the txtN On Lost Focus event, put:
Me.txtName.Visible = True
Did that help?
mmcdonal
|