Populating the data of two Textboxes into One textbox
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
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
.
Relevant Pages
- Populating the data of two Textboxes into One textbox
... I have a main form Form1 with a subform Form2. ... Form1 has two textboxes txtbox1 and txtbox2. ... form to one textbox in the subform. ... (microsoft.public.access.forms) - Re: refresh an open form using records from another open form?
... Yes, I made the linking textbox visible, and yes the record ID's match ... It's as if the subform only wakes up when I click on it?... ... I click a control on the 'frm_Road_Junctions' form. ... Did you set up the master/child link for the subform control containing ... (microsoft.public.access.formscoding) - Re: Referencing problem
... to return a reference to the form the tab is embeded in. ... If the tab is on a subform, ... You can't use the Me operator or the form reference returned by Me ... located on this subform and the textbox is located on the ... (comp.databases.ms-access) - RE: Setfocus to a textbox
... SetFocus to txtLPN ... txtCurrentASN - Textox on the Main Form ... The subform is linked to txtCurrentASN by Master/Child feilds. ... triggering after the On_Exit event of the textbox? ... (microsoft.public.access.forms) - Re: refresh an open form using records from another open form?
... Are you saying that you see the value in the textbox changing, ... It's as if the subform only wakes up when I click on it?... ... I click a control on the 'frm_Road_Junctions' form. ... Did you set up the master/child link for the subform control ... (microsoft.public.access.formscoding) |
|