Do you want to show the check box if the value is No?
You can place the graphic in the report where you want it to print,
then code the Detail Section's Format event:
ImageName.Visible = [CheckBoxField] = -1
[CheckBoxField].Visible = [CheckBoxField] = 0
Do you want to show the check box if the value is No?
You can place the graphic in the report where you want it to print,
then code the Detail Section's Format event:
ImageName.Visible = [CheckBoxField] = -1
[CheckBoxField].Visible = [CheckBoxField] = 0
Set the Format property of the text box to give the graphic you want.
For example if you want to show an unboxed checkmark for Yes and a blank
space for No, you could set the font for the text box to WingDings, and type
these three characters:
backslash
semicolon
hold down Alt, and type 0252 on the numeric keypad.
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.