Hi all
I feel like I am missing out something. I want to create a control on a form listing a number of options (taken from a query) with checkboxes next to each item so use can select which is needed (then will be used to populate a new form used later on for something else).
I have managed to create the control using Microsoft ListView Control Ver. 6, and populate with the list of items and check boxes.
But how do I get the data of what user has selected? I guess it has to be in the control's 'On Item Click' Event, and when I did try some code there this was happening whenever I clicked on any item. But how do I get the information of which items have been clicked?
I suspect its something simple... but I cannot get it!

I called control ListView1. Form is called Form1. I am using Access 2007
I feel like I am missing out something. I want to create a control on a form listing a number of options (taken from a query) with checkboxes next to each item so use can select which is needed (then will be used to populate a new form used later on for something else).
I have managed to create the control using Microsoft ListView Control Ver. 6, and populate with the list of items and check boxes.
But how do I get the data of what user has selected? I guess it has to be in the control's 'On Item Click' Event, and when I did try some code there this was happening whenever I clicked on any item. But how do I get the information of which items have been clicked?
I suspect its something simple... but I cannot get it!


I called control ListView1. Form is called Form1. I am using Access 2007