D
danielle
Is there a way to requery a cbobox that is named the same
on 5 different subforms. I have an add new contact button
that opens a pop-up form to enter the new contact
information. After the user closes this form I want the
cbobox to requery so the user can select from the list.
Can I requery a query in the database?
I have tried to code this in the form_close event.
(requery method-- I was not successful in that, but maybe
I did something wrong)
structure:
5 forms each with own subform.
Subforms all have a contact cbobox filled by same query.
danielle
on 5 different subforms. I have an add new contact button
that opens a pop-up form to enter the new contact
information. After the user closes this form I want the
cbobox to requery so the user can select from the list.
Can I requery a query in the database?
I have tried to code this in the form_close event.
(requery method-- I was not successful in that, but maybe
I did something wrong)
structure:
5 forms each with own subform.
Subforms all have a contact cbobox filled by same query.
danielle