S
Shiva
Hi,
I want to assign default values to some fields once the user adds a new
record to the table. Right now I'm doing this by executing some VBA-code in
the (form) before insert event. This works, but the user still has to modify
at least one field in order to fire the before insert event.
Actually, I want this action to be performed immediately after pressing the
"insert a new record"-button.
So isn't possible to overrule the actions carried out after pressing the
'insert a new record' button and replace its default action by an action
defined by myself (in VBA)?
Thanks in advance!
I want to assign default values to some fields once the user adds a new
record to the table. Right now I'm doing this by executing some VBA-code in
the (form) before insert event. This works, but the user still has to modify
at least one field in order to fire the before insert event.
Actually, I want this action to be performed immediately after pressing the
"insert a new record"-button.
So isn't possible to overrule the actions carried out after pressing the
'insert a new record' button and replace its default action by an action
defined by myself (in VBA)?
Thanks in advance!