Save a record

W

Warrio

Hello!

Is there a way to save the current record that the user is actually editing?
What I've used up to now is that I move the recordset to the next, and then
to the previous.. so the data edited are effectively stored in my table.

Thanks for any suggestion
 
W

Warrio

It's a nice trick!
what does the save record button is that it goes to the menu record, save
current record (Shift + Enter)
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

Thanks!
 

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