AutoComplete On a Web Form

rhm54

Member
Joined
Apr 9, 2007
Messages
22
Programming Experience
Beginner
Alright here is the situation I have an access database that houses the names and contacts of people who can be on call. I am developing a web page that will display who is on call at a certain time. The site needs to be able to be modified so that the current people on call can be updated and I would like to do it as follows:

When user types in the name field the form automatically updates the name in the same way that IE autofills in the address bar or outlook automatically fills in the To address when sending emails.

Is this possible?
 
Check the AutoCompleteType property for the Textbox. It depends on whether the browser supports and have autocomplete turned on.
 
Back
Top