R
Ryan Langton
Whats an easy way to save the current record displayed on a form?
I have buttons that perform UPDATE queries on the form, but if the user
changes other fields and then clicks that button, I get an error that the
data was changed elsewhere. Obviously this is because the form is not
committing the data changes before executing the UPDATE command. If I could
save the current record on the form before executing the UPDATE, that should
fix my problem.
Thanks,
Ryan
I have buttons that perform UPDATE queries on the form, but if the user
changes other fields and then clicks that button, I get an error that the
data was changed elsewhere. Obviously this is because the form is not
committing the data changes before executing the UPDATE command. If I could
save the current record on the form before executing the UPDATE, that should
fix my problem.
Thanks,
Ryan