Check Box in report

T

Tony

Hello,

I am wondering if you can place a check box on a report
and still have the option to check it when you export to
adobde. I dont think that this can be done but am
wondering if someone knows of some trick.

thanks,
Tony
 
F

fredg

Hello,

I am wondering if you can place a check box on a report
and still have the option to check it when you export to
adobde. I dont think that this can be done but am
wondering if someone knows of some trick.

thanks,
Tony

You can't click on a report in Preview and make any changes, but if
there is some criteria that would indicate when you wish a check box
to be shown as checked, you can code the report section's Format event
to show a check box as true when that criteria is met while the report
is being formatted.
 
Top