How to save record upon lostfocus

M

MushMouse

I am entering data into a subform. The data is saved when I move to a new
record. Sometimes I would like the data to be saved when I click on a button
in the form, without previously moving to a new record.

Any advice would be much appreciated!

Thanks!
 
O

Ofer

When you move from the subform back to the main form (Button) Its auto save
the records, so you don't need a command for it.
 
Top