Afternoon all.
I'm looking for a way to use the double-click event in a list box. I've got 2 list-boxes on a form that each list subordinates to the logged-in user. The subordinates are sorted by different criteria, so it's important that they're in the 2 boxes. Each listbox lists a name and an email address.
I'd like to be able to double-click on a selected entry, and have the DB open a form containing some other information. However, using the Double-click event for the listbox means it'll do whatever the code tells it to even if you click on 'empty space' in the listbox. Obviously, it could be done by having a 'click to open info' button, but it'd be much nicer if you could just double-click on the entry in the list box I think.
I've seen this done in a sample database somewhere, and I'm sure I'm not imagining this, but sadly I can't find it again.
Any ideas?
Cheers.
I'm looking for a way to use the double-click event in a list box. I've got 2 list-boxes on a form that each list subordinates to the logged-in user. The subordinates are sorted by different criteria, so it's important that they're in the 2 boxes. Each listbox lists a name and an email address.
I'd like to be able to double-click on a selected entry, and have the DB open a form containing some other information. However, using the Double-click event for the listbox means it'll do whatever the code tells it to even if you click on 'empty space' in the listbox. Obviously, it could be done by having a 'click to open info' button, but it'd be much nicer if you could just double-click on the entry in the list box I think.
I've seen this done in a sample database somewhere, and I'm sure I'm not imagining this, but sadly I can't find it again.
Any ideas?
Cheers.