Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 2010 VBA - Need to click on image the on click event will add a text "correct" on a

Status
Not open for further replies.

Hayley78

Technical User
Sep 27, 2002
46
US
Hello, and thank you in advance for your Help.

I am new to playing with code.
But I know it is not impossible to achieve this.

I am trying to produce a small interview test where the user will click on images to identify components of a window.
I would like to know the correct code I will need to use to have a value written in a table when an image is clicked in a form.

For example....
I have a table for each question
TblStart_Page
TblQ1
TblQ2.....[ponytails]

I have a form for each question
FrmStart_Page
FrmQ1
FrmQ2.....

It is only going to collect data for 1 user at a time. So I was trying to make it as simple as possible.

If anyone could point me in the right direction I would, GREATLTY Appreciate it

Thanks Again
Hayley
 
If the answer is based on clicking and nothing else, then you would choose the on click event of the button from the properties window. You will need some additional checking to be sure that the information does not change from multiple clicks or clicking on a different button. Sounds like there may be more involved than this though as you mentioned separate tables for each question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top