Hi,
I have a listbox that returns some data. I'd like my users to be able to select items from that list box and then use those selected items in a SQL query as a WHERE clause. What's the best way of going about this?
For example, I have a table that contains timesheet data. I'd like my users to be able to select a few usernames, then use those usernames as a filter to only return the timesheets belonging to those users.
Thanks in advance!