L
lefty
I have a form with combo boxes which look up records in tables. the
not in list event opens a new form which allows user to enter a new
record into the table that the combo box control looks up data. i'd
like the uncommitted content of the combo box of the original form to
populate the text box in the newly opened form. once the 2nd form is
completed and closed, i'd like the new data to be available in the
combo box of the original form. opening the new form with a macro
seems easy enought with the not in list event, but i'm having a hard
time finding the right combination and sequence of events to get the
job done without errors. i have no idea how to get the text from the
combo box to the new form text box also.
not sure if this is enough info but any help is appreciated.
thanks
lefty
not in list event opens a new form which allows user to enter a new
record into the table that the combo box control looks up data. i'd
like the uncommitted content of the combo box of the original form to
populate the text box in the newly opened form. once the 2nd form is
completed and closed, i'd like the new data to be available in the
combo box of the original form. opening the new form with a macro
seems easy enought with the not in list event, but i'm having a hard
time finding the right combination and sequence of events to get the
job done without errors. i have no idea how to get the text from the
combo box to the new form text box also.
not sure if this is enough info but any help is appreciated.
thanks
lefty