Autocomplete from SQL Source

Autocomplete from SQL Source

Im developing a small website using VBScript ASP, and i would like to have a field which uses autocomplete, and the values are generated from a database.
 
For example, i have a table called CallVendors. So i want to: SELECT Vendor FROM CallVendors order by Vendor.
These should populate the autocomplete field.
 
Is this possible?