Y
Yair Sageev
What is the command in VB to manually force a record to update?
Recordset.fields.update gives me an error, as does Me.recordset.update.
I have a button in the detail section of a continuous subform which opens a
pop-up form. Just before the OpenForm statement in the button's event
handler I'd like to force current row to commit to the database prior to
opening the form.
Much thanks.
Recordset.fields.update gives me an error, as does Me.recordset.update.
I have a button in the detail section of a continuous subform which opens a
pop-up form. Just before the OpenForm statement in the button's event
handler I'd like to force current row to commit to the database prior to
opening the form.
Much thanks.