> Could you be more specific ? please
because in ASP
this "menu=green&menu=red"
is like an array but
I Don't now your tecnology on the server side
cheers
Yes it is ASP - I am actually sending the form using post method
Because the original names on the dropdowns have been swapped to ids
I tried this to see what would happen
objRS("Color_of_car") = Request.Form("menu") '//lets say user select red
on form
objRS("Color_of_house") = Request.Form("menu") '//lets say user selects
green on form.
What i get in the access dbase is
Colour_of_Car -> red, green
Colour_of_house -> red, green
Cheers Phil