F
FA
How can i populate the data of two fields in one field.
I have a main form Form1 with a subform Form2.
Form1 has two textboxes txtbox1 and txtbox2. On form load event i want
to populate both of them into a textbox on a subform Form1 called
txtbox3. How can i do this? I tried to use the link Child and Master in
the subform property window but i can only link one field from the main
to subform form control but iwant to link both text boxes from main
form to one textbox in the subform. I guess i need some heavy duty VBA
codes in order to acheive this?
Please help me out freinds
Moe
I have a main form Form1 with a subform Form2.
Form1 has two textboxes txtbox1 and txtbox2. On form load event i want
to populate both of them into a textbox on a subform Form1 called
txtbox3. How can i do this? I tried to use the link Child and Master in
the subform property window but i can only link one field from the main
to subform form control but iwant to link both text boxes from main
form to one textbox in the subform. I guess i need some heavy duty VBA
codes in order to acheive this?
Please help me out freinds
Moe