Save Changes question?

G

Golfinray

I have a form with 2 subforms. Our construction managers will be able to edit
or add new projects. I have allowed for edits and additions in properties.
Will that information automatically be saved? If not, what do I do to make
that happen? Thanks so much!!!
 
D

Dirk Goldgar

Golfinray said:
I have a form with 2 subforms. Our construction managers will be able to
edit
or add new projects. I have allowed for edits and additions in properties.
Will that information automatically be saved? If not, what do I do to make
that happen? Thanks so much!!!


Access normally saves the current record on a form automatically, if the
record has been modified, whenever (a) you move to a new record on the form,
(b) you close the form, (c) you move from the main form to a subform or, if
the record is on a subform, from the subform to the main form. So normally
there is never a need to force a record to be saved, unless you need some
other object to reflect the changed record before any of the aforementioned
circumstances occurs.
 
Top