F
FA
Hi, I have a form called frmSystem and a form called frmTesterNames. On
the frmSystem i have a combo box for called cboTesterNames and next to
the combo box is a command button that opens frmTesterNames that shows
list of availablel Testers. On frmTesterNames i have a text box that
shows the tester names and next to each text box is command button
Select. if the user click on select i want the value of the text box to
be populated in frmSystem cboTesterNames. cboTesterNames is based on
the same table as the textbox on frmTesterNames. frmSystem will remain
open during this operation so i dont know how to insert the a value
from on text box on a form to a combo box on another form. Remember the
textbox and the combo box are based on field.
i will really appreciated your response.
thanks
moe
the frmSystem i have a combo box for called cboTesterNames and next to
the combo box is a command button that opens frmTesterNames that shows
list of availablel Testers. On frmTesterNames i have a text box that
shows the tester names and next to each text box is command button
Select. if the user click on select i want the value of the text box to
be populated in frmSystem cboTesterNames. cboTesterNames is based on
the same table as the textbox on frmTesterNames. frmSystem will remain
open during this operation so i dont know how to insert the a value
from on text box on a form to a combo box on another form. Remember the
textbox and the combo box are based on field.
i will really appreciated your response.
thanks
moe