Re: ListBox Posting Problem
Are you getting some error now?
Otherwise it could be no rows matched the selection. To solve this, try trimming the list box's selected item value.
Thanks,
Jemima.
Re: ListBox Posting Problem
If you remove the listbox reference from the sql statement and add anything it works. Its when you reference the listbox does it fail. The sql statement is not failing.
I get NullException Object not set error on the listbox. Its like, at the point the sub runs, the listbox has been released.