G
Guest
I have a form where certain values are calculated (I am using text boxes and
expression ) based on other fields in the form. I would like to save this
values in the actual table. How do I synch the calculated columns to the
actual columns in the table?
I tried to emulate the caculations in the vb code using openrecordset and
..edit, .update etc. but when the .update runs I get an error message which
says 'this record is being updated by someother user' , which is expected how
I do I resolve this?
Thanks,
Ashu
expression ) based on other fields in the form. I would like to save this
values in the actual table. How do I synch the calculated columns to the
actual columns in the table?
I tried to emulate the caculations in the vb code using openrecordset and
..edit, .update etc. but when the .update runs I get an error message which
says 'this record is being updated by someother user' , which is expected how
I do I resolve this?
Thanks,
Ashu