My bad on the form/report thing... I start to get all the terms mixed up.
Is there a place to put that code in one time, such as the form after
update, instead of on each control?
Perhaps I don't understand enough. By control you are referring to each
field of data, correct?
"Terry Kreft" wrote:
> You're tryin to automatially save the record not the form.
>
> In the AfterUpdate event of each control, in the code module behind the form
> put
> Me.Dirty = False
>
>
>
> --
>
> Terry Kreft
>
>
> "Christian >" <(E-Mail Removed)> wrote in message
> news:FC6D068C-5F8B-4AD2-BCA4-(E-Mail Removed)...
> > Is there a way to make a form automatically save after someone enters or
> > changes any data in any field?
> >
> > It saves automatically when you go to a different record or close, but I
> > need it to do this when any of the fields are edited...
>
>
>
|