I would like to save a record in my subform by using the
"afterupdate" procedure. basically, I have 5 fields in my
subform. after the 3rd field, I would like my subform to save
the record, instead of only saving by setting focus to a
new/different record. (My third field in the record is numberical,
and I want my form to show the total right after typing in this
number)
Al Camp - 24 Oct 2005 23:38 GMT
Slaze,
Probably just a Refresh on the AfterUpdate event of the numeric field
should do it.

Signature
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
>I would like to save a record in my subform by using the
> "afterupdate" procedure. basically, I have 5 fields in my
[quoted text clipped - 3 lines]
> and I want my form to show the total right after typing in this
> number)