I have two forms. Form1 and Form2.
-On Form1 TextBox1 (an unbound text box) contains a value. On Form1 also is a button, which when pressed opens Form2
-Form2 on opening creates a new record in TableA. TableA has FieldA which I'd like to populate with the value contained in TextBox1 on FormA. I'd like this to happen automatically.
How can a pass the value contained in Form1, TextBoxA, to Form2, TableA, FieldA automatically when Form2 is opened?
Help!
-On Form1 TextBox1 (an unbound text box) contains a value. On Form1 also is a button, which when pressed opens Form2
-Form2 on opening creates a new record in TableA. TableA has FieldA which I'd like to populate with the value contained in TextBox1 on FormA. I'd like this to happen automatically.
How can a pass the value contained in Form1, TextBoxA, to Form2, TableA, FieldA automatically when Form2 is opened?
Help!