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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top