C
c02homer
I desperately need help and if there is any further information I can
give you, please let me know.
I am running Access 2003 (XP2-Pro). I have two tables:
Table 1 - Quiz takers make choices
Table 2 - contains correct answers
EXAMPLE:
TABLE 1
Name Answer1 Answer2 Answer3
ID no. Key Field
Mary Sue Yes No Yes
Tommy Joe Yes No Yes
Billy DeWayne No Yes No
Bobby Joe No No Yes
TABLE 2 Answer1 Answer2 Answer3
Id No Key Field
Correct Choice No No Yes
I have the correct answers to each question in Table 2 and I want to
compare the answers, my thought being if the two items match,
return a 1, otherwise return a zero.
I created a Parent Report using Table 1 and a subreport using Table 2.
I dragged the subreport onto the Parent report. Then I created an
unbound field with the following formula which does not give me error,
but also does not return anything:
If([Table1]![Answer1]=[Table2]![Answer1],"1","0")
If you or someone can give me any insight as to how to make this work,
I surely would appreciate it!!
give you, please let me know.
I am running Access 2003 (XP2-Pro). I have two tables:
Table 1 - Quiz takers make choices
Table 2 - contains correct answers
EXAMPLE:
TABLE 1
Name Answer1 Answer2 Answer3
ID no. Key Field
Mary Sue Yes No Yes
Tommy Joe Yes No Yes
Billy DeWayne No Yes No
Bobby Joe No No Yes
TABLE 2 Answer1 Answer2 Answer3
Id No Key Field
Correct Choice No No Yes
I have the correct answers to each question in Table 2 and I want to
compare the answers, my thought being if the two items match,
return a 1, otherwise return a zero.
I created a Parent Report using Table 1 and a subreport using Table 2.
I dragged the subreport onto the Parent report. Then I created an
unbound field with the following formula which does not give me error,
but also does not return anything:
If([Table1]![Answer1]=[Table2]![Answer1],"1","0")
If you or someone can give me any insight as to how to make this work,
I surely would appreciate it!!