A
Amy Lapinsky
I have a combo box on a form that is based on a table and
feeds the selected value into another table
(named "data"). I would like to have the end user be able
to enter a value in the combo box and have it feed to the
data table and add to the combo box as well so that it
will be in the dropdown the next time.
I have done some research on Microsoft help for this and
have found some information, but do not have all the
details I need. Apparently on the combo box properties, I
need to set the LimitToList property to "yes" and add an
event procedure or macro to the On Change event in
properties. I just do not have any details about what
action to choose in my macro.
Any ideas????
Thank you!
Amy
feeds the selected value into another table
(named "data"). I would like to have the end user be able
to enter a value in the combo box and have it feed to the
data table and add to the combo box as well so that it
will be in the dropdown the next time.
I have done some research on Microsoft help for this and
have found some information, but do not have all the
details I need. Apparently on the combo box properties, I
need to set the LimitToList property to "yes" and add an
event procedure or macro to the On Change event in
properties. I just do not have any details about what
action to choose in my macro.
Any ideas????
Thank you!
Amy