B
Belinda7237
I have created a form for data entry as users will be doing a quality
inspection and the form that has been created uses combo boxes for them to
record if the items are correct or not. (Yes, No, NA). I used tabs to make
it easier to view on the form as there were a ton of fields to complete. I
had to use two tables to store the data, thus had to insert subforms to add
all of the required fields to the tabs.
My final tab of the form includes a summary of all of the items that are
correct, and not correct by tab. (I have the yes and No responses translate
into numbers).
This summary totals the fields using a select query that feeds into the
summary tab.
The issue I have is that for my summary to total correctly, I have to
advance to record 2, and then when i go back to record 1 the summary totals
are populated correctly. How do i get the summary to populate without having
to advance the record and then go back?
inspection and the form that has been created uses combo boxes for them to
record if the items are correct or not. (Yes, No, NA). I used tabs to make
it easier to view on the form as there were a ton of fields to complete. I
had to use two tables to store the data, thus had to insert subforms to add
all of the required fields to the tabs.
My final tab of the form includes a summary of all of the items that are
correct, and not correct by tab. (I have the yes and No responses translate
into numbers).
This summary totals the fields using a select query that feeds into the
summary tab.
The issue I have is that for my summary to total correctly, I have to
advance to record 2, and then when i go back to record 1 the summary totals
are populated correctly. How do i get the summary to populate without having
to advance the record and then go back?