E
ejyetter
I've poked around and found that an expression I make in a form is unbound to
the table where I would like it stored. Other posts have stated that method
is a waste of disk space and it's better to do in a query or leave it in the
form. Here's my problem:
I have 200 subjects that complete a long survey. Each survey gets totaled
up. I have it so I can see what the total is in the form for each subject.
I need to pull these totals (not the individual numbers that went into each
total) for each subject either into a query, a table, or SOMEWHERE I can get
all the total scores together so I can export it. I do not want the sum of
all the sums.
Is this possible?
the table where I would like it stored. Other posts have stated that method
is a waste of disk space and it's better to do in a query or leave it in the
form. Here's my problem:
I have 200 subjects that complete a long survey. Each survey gets totaled
up. I have it so I can see what the total is in the form for each subject.
I need to pull these totals (not the individual numbers that went into each
total) for each subject either into a query, a table, or SOMEWHERE I can get
all the total scores together so I can export it. I do not want the sum of
all the sums.
Is this possible?