Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change the format of a field in an access database

Status
Not open for further replies.

guitardave78

Programmer
Sep 5, 2001
1,294
GB
Hi all

I have a field in an access table that I would like to change into a checkbox format from asp.
Any ideas?

}...the bane of my life!
 
Code:
<input type="checkbox" id="whatever"><%=rs("thefield")%><br/>
 
Sorry I may have not been clear.
I want to change the format in the access database to "Yes/No" (not the datatype, the actual format), not on the asp page.

}...the bane of my life!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top