View Full Version : running a report based on a flag


Boomshank
04-11-2010, 06:20 AM
hello,

I am trying to run a report that only shows records that have a checked flag, is it possible?

Thanks in advance

pbaldy
04-11-2010, 10:26 AM
You could use this technique:

http://www.baldyweb.com/wherecondition.htm

With a condition of:

"FieldName = True"

Boomshank
04-13-2010, 03:21 AM
That worked brilliantly

thanks

pbaldy
04-13-2010, 07:45 AM
No problemo, happy to help.