Answered
Javascript anyone?.
Im trying to disable a checkbox if the data in the accsess
database = r . This is what i have.
<input name="2ND" type="checkbox" value="R" <% if(value='r') then response.write'disabled="disabled")' %> />
<input name="2ND" type="checkbox" value="R" <% if(value='r') then response.write'disabled="disabled")' %> />
