P
Paul
I have a combobox in a form and it alllows user to add a new record using
"NotOnList" event and open another form to create a new record. While the
"Add Record" form is opened the "visible" of the first form is set to false.
The problem is after the new record is created and the second form is closed
and the "visible" of the first form is set back to true, the rowsource of
the combobox in the first form does not update or refresh to show the new
record just been created. At present even though the record is added to the
table (I checked it) but the items show on the drop list of the combobox at
the first form does not show. Thanks.
"NotOnList" event and open another form to create a new record. While the
"Add Record" form is opened the "visible" of the first form is set to false.
The problem is after the new record is created and the second form is closed
and the "visible" of the first form is set back to true, the rowsource of
the combobox in the first form does not update or refresh to show the new
record just been created. At present even though the record is added to the
table (I checked it) but the items show on the drop list of the combobox at
the first form does not show. Thanks.