how to enter data from forms into tables

B

b_unit

Hi,

I created a form for satisfaction survey my program is implementing to get
feedback from our clients. What I want to do is tally up the answers in all
the records I get. What I can't seem to figure out is how to get the data
entered in the form I created to go into tables so that I can tally them up.
Any suggestions.
 
R

rowiga

If the form is bound to a table (look at the form's record source) the data
should save any time that you exit the form, click the save record button or
many other instances.
 
Top