You can gain access to any control on your form by using the Forms collection.
VB Code:
  1. Forms![Form1]![txtTextBox1].Value ,etc.