this might not be the smoothest approach, but if you are using access you should be able to do the following (SQL uses bit for this datatype where true = -1 and false = 0)
(Presumes your column name is called active and you use a request.form-statement to update your table)
Code:
<select name="active"> <% if rs("active") = "True" Then %> <option
Leave a comment: