Update a table based on user decision

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

Guest

I have a form that contains calculated data. If the user decides that the
data is OK he can choose to save the data. If the user says to save the data
I copy the data to fields that are tied to the table but I can't get the
table to be updated. What do I need to do to make Access write the record?

Traveler
 
Hi traveler,

In the event that copies your data to the text boxes add this at the end.

DoCmd.RunCommand acCmdSaveRecord

Hope This Helps.
Larry
 

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