saving a record

S

slaze

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)
 
A

Al Camp

Slaze,
Probably just a Refresh on the AfterUpdate event of the numeric field
should do it.
 
Top