Blank Checkbox Report

  • Thread starter Thread starter SR7133
  • Start date Start date
S

SR7133

I have a database with a checkbox which indicates if an invoice has been paid
or not. I am trying to create a report which will show only the empty
checkboxes indicating that the invoice has not yet been paid. Can anyone
assist please? Many thanks in advance
 
I would base the report on a query using a filter. In the criteria row for
the checkbox put a

-1
 
scubadiver -

That would give the opposite of what they wanted. They said they wanted the
ones NOT paid, so the checkbox criteria should be FALSE (0) instead of TRUE
(-1).
--
Bob Larson
Access MVP
Access World Forums Administrator
Utter Access VIP

Tutorials at http://www.btabdevelopment.com

__________________________________
 
of course, doh!

boblarson said:
scubadiver -

That would give the opposite of what they wanted. They said they wanted the
ones NOT paid, so the checkbox criteria should be FALSE (0) instead of TRUE
(-1).
--
Bob Larson
Access MVP
Access World Forums Administrator
Utter Access VIP

Tutorials at http://www.btabdevelopment.com

__________________________________
 
Back
Top