Form is not displaying changes made by vba code.

steve728

Registered User.
Local time
Today, 10:07
Joined
Mar 4, 2003
Messages
16
While in form1 (a tabular form) with database1Query as the recordsource, I CALL a public procedure in a General module. The database1 table is
opened, changed, .updated, .requeried with ADO. Once done, I return to form1 and do a me.requery. The highlighted record does not
display the latest changes! I'm then forced to close the form and reopen it. This is embarrasing!

Please give me some ideas where I'm going wrong.

I use Access 2002.

Steve
 

Users who are viewing this thread

Back
Top Bottom