I have a subform bound to a main form by a field called Category. The combo box which holds Category is the only item on the main form.
The subform is set up as a datasheet and displays 6 fields of information. The format (datasheet) is such because users may need to go in and change one field for every record (i.e from Pass to Fail).
While testing the database, I noticed that the records on the subform save as soon as they lose focus. As users are updating multiple fields at a time, I want to prevent or delay saving until the user is done (i.e. OnClick - save).
Does anyone have ideas on how I can do this. I would appreciate any help as I am stumped!
- Ben
The subform is set up as a datasheet and displays 6 fields of information. The format (datasheet) is such because users may need to go in and change one field for every record (i.e from Pass to Fail).
While testing the database, I noticed that the records on the subform save as soon as they lose focus. As users are updating multiple fields at a time, I want to prevent or delay saving until the user is done (i.e. OnClick - save).
Does anyone have ideas on how I can do this. I would appreciate any help as I am stumped!
- Ben