G
gmazza via AccessMonster.com
Hey there,
I need to my 2 fields, ModifierID and ModifierDate to be updated when a
record gets inserted into the table, however they are dynamic, no user entry
for these obviously. They both call for their own separate routines.
I tried putting them into the Before Update Event and it works for 1 record
but not for the next record that has updating, it errors on Run-time error:
Update or CancelUpdate without AddNew or Edit.
I have been doing some reading that says the Before Update Event is not a
good place to assign values so where can I assign these values?
Thanks in advance!
I need to my 2 fields, ModifierID and ModifierDate to be updated when a
record gets inserted into the table, however they are dynamic, no user entry
for these obviously. They both call for their own separate routines.
I tried putting them into the Before Update Event and it works for 1 record
but not for the next record that has updating, it errors on Run-time error:
Update or CancelUpdate without AddNew or Edit.
I have been doing some reading that says the Before Update Event is not a
good place to assign values so where can I assign these values?
Thanks in advance!