My manager has given me the icons that can be converted to images and used in Access forms . So he wants me use click events on the images to perform an action. He doesn't like command buttons as they don't look very appealing so he wants me to use these icons. SO basically I select an icon in the paint brush , copy and paste in Access form and then right click on it to change it to Image.
And then I write click event on it to perform actions.
I have used them and they work fine . But the only thing is when the user click on it there should be a change in the background on the image or something else to make clear that image has been clicked. Because sometimes the user press it twice or thrice as they don't know whether it has been clicked or not.
Thanks