G 
		
								
				
				
			
		Guest
Instead of showing the contents of the yes/no fields of my database as
textboxes containing the word True or False I would like to display checked
checkboxes if the field contains the word True, blank checkboxes if the field
contains the word "false"
I thought the code below would work but it doesn't
<% if FP_FieldHTML(fp_rs,"breakroom") ="True" then
response.write("VALUE=ON>")
end if%>
				
			textboxes containing the word True or False I would like to display checked
checkboxes if the field contains the word True, blank checkboxes if the field
contains the word "false"
I thought the code below would work but it doesn't
<% if FP_FieldHTML(fp_rs,"breakroom") ="True" then
response.write("VALUE=ON>")
end if%>
