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
 
Back
Top