A
Alan
Hi all, can anyone help
I have a variable listbox, which when i click another list box it fills the
first listbox with value relating to my other list box eg
when i click customer in one list box it fills the another with all customer
name,
when i click sales person it fills it with sales people names
now what i need it to be able to select multi values in this listbox,
it is not bound to any columns as it a variable, how do i get it to select
multi value and where would i place this in my code
for example would it be after update to that list box
Thanks in advance
by the way my listbox is called
lstReportFilter
I have a variable listbox, which when i click another list box it fills the
first listbox with value relating to my other list box eg
when i click customer in one list box it fills the another with all customer
name,
when i click sales person it fills it with sales people names
now what i need it to be able to select multi values in this listbox,
it is not bound to any columns as it a variable, how do i get it to select
multi value and where would i place this in my code
for example would it be after update to that list box
Thanks in advance
by the way my listbox is called
lstReportFilter