I have a procedure to add a new record. At the end of the procedure, I refresh the form using:
Me.Requery
I thought this action would refresh the combo box to include the newly added record, but it doesn't. Do I have to use a statement that specifically identifies the combo box to get its recordsource to update from the table??
As in:
Me.CboBoxName.Requery
thanks
Me.Requery
I thought this action would refresh the combo box to include the newly added record, but it doesn't. Do I have to use a statement that specifically identifies the combo box to get its recordsource to update from the table??
As in:
Me.CboBoxName.Requery
thanks