moving text boxes

  • Thread starter Thread starter lin
  • Start date Start date
L

lin

Hello,
I have a form with so many textboxes(text boxes
arranged as in two columns). What I want to do is if one
or more of text boxes in my form are empty I want them to
be invisible and move the textboxes with values to the
top. Is there anyway I can do this by code?

Any help, it is really appreciate.
Thank you so much.
 
Check Access VB Help on the Visible Property and Top Property of the TextBox
Control.
 
Back
Top