M
member 472187
Guest
I have a form that on a command button opens a second form to add a new record, then on the update hides the add new form.
How/where do I perform a requery to force the recordset to recognize the new record. The only thing I have gotten working short of stopping and restarting the program is a requery button on the first form. I have tried on the close of the add button, form load of the first, lost and got focus of both and it doesn't perform the requery.
How/where do I perform a requery to force the recordset to recognize the new record. The only thing I have gotten working short of stopping and restarting the program is a requery button on the first form. I have tried on the close of the add button, form load of the first, lost and got focus of both and it doesn't perform the requery.