I have a table called EXHIBITORS and have created a login page that needs to display all exhibitors whose name begins with the letters A-K. I'm not sure how to write the ASP Select Statement.
Set RS=DB.execute("SELECT * FROM EXHIBITORS WHERE ______________ ORDER BY exhibitor_name ASC")
Any help would be greatly appreciated.