I'm trying to save a record on a form after any field has been updated/changed on that specific form.
I've tried using the "DoCmd.RunCommand acCmdSaveRecord" logic within the OnCurrent, AfterUpdate, BeforeUpdate and OnDirty properties yet I am still not able to save the current record.
Basically, the form that is in question is an "edit" form where users can change many different fields at any point. I want to be able to save that record to the table (which is bound to the form by the way), without having to exit the form at all.
Is there any way to do this?
Any help would be great!
I've tried using the "DoCmd.RunCommand acCmdSaveRecord" logic within the OnCurrent, AfterUpdate, BeforeUpdate and OnDirty properties yet I am still not able to save the current record.
Basically, the form that is in question is an "edit" form where users can change many different fields at any point. I want to be able to save that record to the table (which is bound to the form by the way), without having to exit the form at all.
Is there any way to do this?
Any help would be great!