Good eve peeps,
got a quicky for ya (hopefully) i have two multiselect listboxes on a form and i would like a query to show all the selected values from both boxes, i tried to sting the data first but no luck, one is a string value the other a long (but i tried to string this too)
lHolCom as String
lStaff as Long
any ideas? can it be done? am i gna have to run seperate queries into a table?
Dan
got a quicky for ya (hopefully) i have two multiselect listboxes on a form and i would like a query to show all the selected values from both boxes, i tried to sting the data first but no luck, one is a string value the other a long (but i tried to string this too)
lHolCom as String
lStaff as Long
any ideas? can it be done? am i gna have to run seperate queries into a table?
Dan
Comment