Change Data for Check Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that i use check boxes to track completion of certain
stages of the order, so that I can print a report and see what has been done.
However the default data for check check boxes when check enters a -1 into
the table. I would like to know if there is a way to mask that data in the
report so it shows up as a check or an x, something other than a number.
 
To show as a check, just use the "checkbox" control.

To show as an "x" make an IF statement in an unbound text box and show "x"
if true and "" if false.

Rick B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sum Check Box 5
CHECK BOX 1
Check Box On Condition 1
Report with condition 5
Check List Report 4
check box 3
Printing check boxes 2
Counting results of "yes" check boxes and combo box selections 2

Back
Top