Assign textbox value

  • Thread starter lame18 via AccessMonster.com
  • Start date
L

lame18 via AccessMonster.com

Hi

I have a form that have subform in it.
In the subform, I want the textbox2 value to capture the value from textbox1
from main form.
Please help.

Regards
Lame
 
J

John W. Vinson

Hi

I have a form that have subform in it.
In the subform, I want the textbox2 value to capture the value from textbox1
from main form.
Please help.

Regards
Lame

Set its COntrol Source to

=Parent!textbox1
 
Top