I noticed that when I use ADO in the backend of a dataview
form, upon returning to the display the changes are still
not reflected. If I hit my button event (Me.Requery)
immediately I still will not see the changes made. I must
wait about 2-3 seconds before hitting the me.requery
button for it to work. It's very unprofessional for a
client to have to wait 2-3 seconds and then press a button
for the current data to display. Instead he wants the form
to display the new updated record data by itself (even if
there is a 2-3 second delay. Can anyone help me with
this. This issue has been killing me for months!
I use only one public connection object throughout the entire
project. The form uses a stored query as it's recordsource.
Thanks in advance for whatever help you can render!
Steve
form, upon returning to the display the changes are still
not reflected. If I hit my button event (Me.Requery)
immediately I still will not see the changes made. I must
wait about 2-3 seconds before hitting the me.requery
button for it to work. It's very unprofessional for a
client to have to wait 2-3 seconds and then press a button
for the current data to display. Instead he wants the form
to display the new updated record data by itself (even if
there is a 2-3 second delay. Can anyone help me with
this. This issue has been killing me for months!
I use only one public connection object throughout the entire
project. The form uses a stored query as it's recordsource.
Thanks in advance for whatever help you can render!
Steve