I would like to be able to have users make a selection from a listbox which would then either open a data entry form or run a report, depending on the listbox.
I have created a listbox based on a query off the hidden system MSysObject.Name object which displays the list fine. But when I click on a selection, nothing happens. I am assuming I need to tell the system what to do with the selection, but can't seem to figure out just how to do that.
Any suggestions, or even if you have a better way altogether...

I have created a listbox based on a query off the hidden system MSysObject.Name object which displays the list fine. But when I click on a selection, nothing happens. I am assuming I need to tell the system what to do with the selection, but can't seem to figure out just how to do that.
Any suggestions, or even if you have a better way altogether...