G
Guest
Just to give you a little history...I enter my date into a form I created
which also puts the information into a table which is called 2006. One of the
fields in both the form & table is titled "At Fault" which has a drop box in
the form with the following...Yes, No or TBD. I then ran a query and then
created a report from that query. Now I'm trying to show in the group footer
how many yes's there are in the "At Fault" field, but I tried the below
formula, but all it gives me is a 0 for every group & that is definitly
incorrect. Could someone please help me, I'm quite frustrated!! Thanks
=DCount("*"),"2006","[At Fault]='Yes' And[At Fault]='"&[At Fault]&"'")
which also puts the information into a table which is called 2006. One of the
fields in both the form & table is titled "At Fault" which has a drop box in
the form with the following...Yes, No or TBD. I then ran a query and then
created a report from that query. Now I'm trying to show in the group footer
how many yes's there are in the "At Fault" field, but I tried the below
formula, but all it gives me is a 0 for every group & that is definitly
incorrect. Could someone please help me, I'm quite frustrated!! Thanks
=DCount("*"),"2006","[At Fault]='Yes' And[At Fault]='"&[At Fault]&"'")