Its a pain but it would like this...
VB Code:
  1. Me.TextBox1.Move 100, 10, 1250, 345, False
  2. Me.TextBox2.Move 100, Me.TextBox1.Top + Me.TextBox1.Height + 24, 1250, 345, False
  3. Me.TextBox3.Move 100, Me.TextBox2.Top + Me.TextBox2.Height + 24, 1250, 345, False
  4. 'etc.