I have a webpage that i am running, and i am having some problems with a login procedure. On the page, i have a entry box, where you would enter a Username or Password. The data in the box is being chekced against a Access database. One of the fields that they are inputting is a date. If I tell the webpage that it is Input TYPE="text",and set the field in access to a text field it works fine. The problem is that i need to set both the webpage and the database to see it as a date so that i can use a different format for the date other than MM/DD/YY.<br><br>I know how to set the properties for the access field, that is easy. But i can't figure out how to set it in the webpage. Ideally i want them to enter the date in YYMMDD format. <br><br>If anyone knows how to do this, please help me out.....<br><br><br>Thanks<br><br>Dynapen