G
Graham Taylor
I am reading data from an MDB Access database into an ASP page. Four fields
in the database are Yes/No fields, and I want to show those on the ASP page
as check boxes. How do I do this?
The best I've been able to do so far is use some javascript code to print an
"X" if the value in the field is "true".
Any help appreciated.
Graham
in the database are Yes/No fields, and I want to show those on the ASP page
as check boxes. How do I do this?
The best I've been able to do so far is use some javascript code to print an
"X" if the value in the field is "true".
Any help appreciated.
Graham