J
James
I've got a value box (list box) where multiple choices can be selected.
I want to save those to a variable that I can use as a record set
filter. Here's some pseudo code:
values a, b,c
values a,b are selected
set variable x = records that have been selected
in a different module use this variable x as a filter (rs.Filter =
"OfferingID ='" & variable x & "'")
does that make since? I'm not really sure how to code it either...
Thanks for the help.
I want to save those to a variable that I can use as a record set
filter. Here's some pseudo code:
values a, b,c
values a,b are selected
set variable x = records that have been selected
in a different module use this variable x as a filter (rs.Filter =
"OfferingID ='" & variable x & "'")
does that make since? I'm not really sure how to code it either...
Thanks for the help.