View Full Version : Noobie Help with reporting


kryptic
11-08-2007, 09:16 AM
Hi,

I'm fairly new to Access, and i have a database full of "Yes/No" fields. Basically i want to create a report to count the number of yes and no's and return a percentage back. I have no idea how to do this. Can someone advise me on how to do this?

Thanks!

lark_tilly
11-12-2007, 11:01 AM
Take a look at the attached.
simple table with yes/no field
qry to count the yes and no data
report with counted qtys and two text boxes with the formula
to calc pct

kryptic
11-14-2007, 08:50 AM
Thanks! I got it working!

lark_tilly
11-14-2007, 08:54 AM
Good! Glad I could help.