r.harrison
It'll be fine (I think!)
- Local time
- Today, 21:40
- Joined
- Oct 4, 2011
- Messages
- 134
Hope someone can help.
I have a listbox on a form with letters waiting to be printed. I need to be able to remove multiple items at once using an SQL statement.
The main problem is that I need to include multiple columns in the SQL as I loop through the items.
What I need is something like lst_print.itemdata(i).column(0) but this doesn't work.
I've tried changing the bound column but this de-selects the remaining items.
Any ideas?
I have a listbox on a form with letters waiting to be printed. I need to be able to remove multiple items at once using an SQL statement.
The main problem is that I need to include multiple columns in the SQL as I loop through the items.
What I need is something like lst_print.itemdata(i).column(0) but this doesn't work.
I've tried changing the bound column but this de-selects the remaining items.
Any ideas?