Sorry for the confusion:
I read the tutorials and that was how I figured out how to connect to the database. From the tutorials, I learned how to return all the values in the Access database using the DO WHILE - LOOP command. I can do that fine, I have just not been able to find any literature explaining how to retrieve one row of information from a table.
To be more specific: I have an HTML form that allows a user to enter their Zip Code. That form posts to an ASP page. I was going to use SELECT CASE statements to list all the possibilities for ZIP Code entries for my state. (have already used this method on another project and had good results).
Using this setup, how can I reference "example" Zip Code: 65101 to automatically pull all the information from the row that has the key value of 2? Within row 2 I have columns NAME | ADDRESS | FAX | EMAIL
Thanks for your quick response.