C
Charles
Hi I have a form which I use to update a table. When I
add to the table through the form the form I return to on
completion the combo box does not show the record entered
on the previous form.
How can I get the cbo to requery shall I use the onclose
of the popup entry form and say that the main form should
now have focus then cbo.requery on the combo or shall i
use the ongotfocus of the main form to requery the cbos
each time it thinks it has just gained focus?
I hope you get me!!
Charles
add to the table through the form the form I return to on
completion the combo box does not show the record entered
on the previous form.
How can I get the cbo to requery shall I use the onclose
of the popup entry form and say that the main form should
now have focus then cbo.requery on the combo or shall i
use the ongotfocus of the main form to requery the cbos
each time it thinks it has just gained focus?
I hope you get me!!
Charles