how do I save a record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,

I was wondering how you could save a field to the table after editing it on
the form

I am asking this because I have a field containing the in a relationship
with fields in several subforms, and when the information of the field is
changed, the new value is not saved to the table, so the subforms have no
data to reference.

TIA

Chris
 
Hi Chris,

give this a go

DoCmd.RunCommand acCmdSaveRecord

should work

Regards

Alex
 

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

Back
Top