Hi Melkin!!
Your asp code is fine,only problem is with the query
SQL ="SELECT at_access.user_ID, customer.custcode, customer.custname FROM customer, at_access WHERE customer.custcode LIKE '" & LETTER & "%'"
Reason-ur qury is cross join,so resulting multiple results
use inner join
Hope this will help you
Cheers :)
vinod
|