L
Lee
Hello all,
Can you give me a bit of advice on how to achieve the
following:
I've got a listbox that lists various names of people.
I'd like the user to be able to select a number of the
people and then for the system to print an address label
for each of them. I've obviously got the multi-select
property set (to simple) but I'm struggling with how to
work with the selected values. I've tried a For/Next
loop, saved the values in a variable (called strWhere)
and then put this at the end of an SQL query but this
doesn't work...I'm making it up as I go and obviously
failing!! Can you help explain what I need to do?
Please keep it simple as I'm struggling with this!!
Thanks in advance,
Lee
Can you give me a bit of advice on how to achieve the
following:
I've got a listbox that lists various names of people.
I'd like the user to be able to select a number of the
people and then for the system to print an address label
for each of them. I've obviously got the multi-select
property set (to simple) but I'm struggling with how to
work with the selected values. I've tried a For/Next
loop, saved the values in a variable (called strWhere)
and then put this at the end of an SQL query but this
doesn't work...I'm making it up as I go and obviously
failing!! Can you help explain what I need to do?
Please keep it simple as I'm struggling with this!!
Thanks in advance,
Lee