I have created a form and have it pulling the table names
using mSysObjects into both a combobox and a listbox. I
have tried both Bound and Unbound settings but am unable
to get either control to allow me to actually make a
selection. So that I can pass it as in the sample code
you sent below.
One other thing about your sample code, I also had to a
docmd.open in order to make sure the form was open first.
I know the combobox or listbox shouldn't be bound, but am
unable to get it to work at all. I've attempted putting a
simple msgbox on both the Click event and Change event,
but these events are never fired.
Any additional help would be greatly appreciated.