Hi all,
I have a list box on my form with different users selected. I want to be able to double click on one of the values in the list box and open a form to a specific record. I can do the DoCmd.OpenForm part, but I'm not sure how I would put this on each value in the listbox.
Also, ideally I would like to exclude the unchecked values in the list box if possible, without changing the query.
Any ideas?
Thanks
I have a list box on my form with different users selected. I want to be able to double click on one of the values in the list box and open a form to a specific record. I can do the DoCmd.OpenForm part, but I'm not sure how I would put this on each value in the listbox.
Also, ideally I would like to exclude the unchecked values in the list box if possible, without changing the query.
Any ideas?
Thanks