J
John316
Hello....
I have been combating this same problem for some time now.
The problem is this.
--I provide the end user access to a form that displays existing data.
--I allow them to double click a control to change the data.
--The event proc sends params to a stored proc that executes and updates the
table.
Now what I'd like is for the form to display the update.
If I use the requery, the cursor resets back to the 1st record.
It is not acceptable to keep scrolling back down to continue updating.
I've tried everything from refresh to requery and always get the same
result.
How can I refresh the record with out going back to the 1st record.
I usually wind up providing a "Refresh" button that basically executes a
form.requery....
after all the updates are done. the downside is that the user can not see
the updates
as he or she is doing them.
any help would be much appreciated.
thanks in advance,
bob mcclellan
I have been combating this same problem for some time now.
The problem is this.
--I provide the end user access to a form that displays existing data.
--I allow them to double click a control to change the data.
--The event proc sends params to a stored proc that executes and updates the
table.
Now what I'd like is for the form to display the update.
If I use the requery, the cursor resets back to the 1st record.
It is not acceptable to keep scrolling back down to continue updating.
I've tried everything from refresh to requery and always get the same
result.
How can I refresh the record with out going back to the 1st record.
I usually wind up providing a "Refresh" button that basically executes a
form.requery....
after all the updates are done. the downside is that the user can not see
the updates
as he or she is doing them.
any help would be much appreciated.
thanks in advance,
bob mcclellan