Form updates a table

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

I have a form created for data entry with both combo
boxes and text boxes for editing purposes. Once the user
updates the form they can click a button that will update
a table with all the new record info. What do I need to
do to make that happen?

Thanks!
 
If all your fields are bound to a table, updating the
table with new information should not be a problem. Please
clarify how your form is setup.
 
Back
Top