danblack30
MIS
I have a "submitted" field in the database being propigated by a checkbox on an update page. The checkbox is numeric 1,0. The search page is using
<%=(Recordset1.Fields.Item("Submitted").Value)%> to populate the "Ad Status" section of the repeat region. What I'm trying to do is switch the 1 for "Archived" and the 0 for "Active" (active in red) in the Ad status column... Let me know if I'm chasing my tail. Already tried changing the checkbox on the update page to value=archived and the default value in the database to active but updating the record without the checkbox checked deleted the active value and left the cell blank.
Thanks,
Dan
<%=(Recordset1.Fields.Item("Submitted").Value)%> to populate the "Ad Status" section of the repeat region. What I'm trying to do is switch the 1 for "Archived" and the 0 for "Active" (active in red) in the Ad status column... Let me know if I'm chasing my tail. Already tried changing the checkbox on the update page to value=archived and the default value in the database to active but updating the record without the checkbox checked deleted the active value and left the cell blank.
Thanks,
Dan