S
Steve
I have a combo box set up so that if the item I am looking for is not a
member of the recordset I can doubleclick and go to a form to add the item.
The next line of code after "Docmd.openform frmname" is "me.combo0.requery".
Thus, after closing the form, I want to requery the combo, but the item does
not show up when I click on the combo. Is this the wrong place to do a
requery?
member of the recordset I can doubleclick and go to a form to add the item.
The next line of code after "Docmd.openform frmname" is "me.combo0.requery".
Thus, after closing the form, I want to requery the combo, but the item does
not show up when I click on the combo. Is this the wrong place to do a
requery?