Save current record without moving to the next record

A

Angel G

I have an access ADP (Project) Database for SQL where I use a form to add or
edit data. However, there are times when I need to save the record for
validation (triggers take effect on Insert and Update) without moving to the
next record. What is the command that I need to use to save the current
record with out moving to the next record?
Thanks in advance.
 
B

boblarson

DoCmd.RunCommand acCmdSaveRecord
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
__________________________________
If my post was helpful to you, please rate the post.
 
Top