J
Jologs
Hi:
I have a Form (bounds to a junction table) which has txtbox1 and txtbox2.
Attached is a subform which has a txtbox1sub (related to txtbox1 of the Main
Form) txtbox2sub , txtboxA and txtboxB. I have a command button in the Main
Form that assign value(SETVALUE) to txtbox2 which is equivalent to value of
txtbox2sub. Assigning single data was not a problem. Now, I changed the
subform to a continues form so that user can select more than 1 record at a
time and that when the user click the button, the multiple selected records
will be assinged to the record in the Main Form. How will I do this? I'm
stuck.
I have a Form (bounds to a junction table) which has txtbox1 and txtbox2.
Attached is a subform which has a txtbox1sub (related to txtbox1 of the Main
Form) txtbox2sub , txtboxA and txtboxB. I have a command button in the Main
Form that assign value(SETVALUE) to txtbox2 which is equivalent to value of
txtbox2sub. Assigning single data was not a problem. Now, I changed the
subform to a continues form so that user can select more than 1 record at a
time and that when the user click the button, the multiple selected records
will be assinged to the record in the Main Form. How will I do this? I'm
stuck.