Forum Moderators: open
ie the final code should look something like:
if Request.Form("type1") = "1" then
where the 1 in type one is dynamic so the code would look something like
Request.Form("type" & Rs.("fld_type_id") & ") = "1" then
But not sure how to form this or whether it would work, anyone have any idea?