Hi
We have a form that opens another form. The other form runs a stored procedure against the back-end SQL Server then closes, when it closes it requeries the original form.
The SP amends the record open in the main form.
Unforunately during the requery appears to write the dirty data in the main form back to the database (undoing the SP).
How can I do a re-query without writing the data back to the DB?
Thanks
B
We have a form that opens another form. The other form runs a stored procedure against the back-end SQL Server then closes, when it closes it requeries the original form.
The SP amends the record open in the main form.
Unforunately during the requery appears to write the dirty data in the main form back to the database (undoing the SP).
How can I do a re-query without writing the data back to the DB?
Thanks
B