'MS access 2013 - Report - VBA
I am new in MS access VBA.
I want to generate Report with list having checked actions only instead of generating all action list in MS Access 2013:

I have attached photo for your referance.
Solution 1:[1]
If you want it that way you can use an image of checked and unchecked image by saving it to your database or external then query it on your Report
Solution 2:[2]
You can use Wingdings font. Substitute the true values with the wingding font checked character and false values with unchecked character.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dax Vilbar |
| Solution 2 | ouflak |
