(asp/vb)

Hi all,

I have a multiple select list on an insert record form. I can make
multiple selections and insert them into the database (option1, option3,
option8) but I can't figure out how to have those options selected when
I go to edit the record. I need something like..
if recorddata contains listvalue then response.write("selected")

but I dont know how to write it.

Any help would be greatly appreciated.