G
Guest
I am new to VBA and could really use some help. I have a main form called
'Issues'. It has a bound control with a combo box and drop down list with
'Limit to List' set to Yes. When the user tries to enter information that
isn't in the list, the error message tells them to enter something from the
list. I have created a macro that causes a second form 'Lots' to pop up when
this occurs, so they can add the new infromation to the underlying list.
When the second form is closed and saved, the combo box on the first form
doesn't requery to include the newly added information. Does anyone know how
or what I need to do to cause the requery to happen when I close the second
form 'Lots'?
Thanks for any and all help.
'Issues'. It has a bound control with a combo box and drop down list with
'Limit to List' set to Yes. When the user tries to enter information that
isn't in the list, the error message tells them to enter something from the
list. I have created a macro that causes a second form 'Lots' to pop up when
this occurs, so they can add the new infromation to the underlying list.
When the second form is closed and saved, the combo box on the first form
doesn't requery to include the newly added information. Does anyone know how
or what I need to do to cause the requery to happen when I close the second
form 'Lots'?
Thanks for any and all help.