-
Access and ASP pages
I have an Access97 database and need to make a web page with a form that connects to this database. The form needs to have 3 drop down boxes the first populated with the category fields, the second is determined by what selection is made in the first, and the third is determined by what selection is made in the second. I really don't have much experience with this so any suggestions on how to do this would be greatly appreciated.
Thanks,
Cady:)
-
Access / ASP
Well, you need some sort of documentation to do this. In the page w3schools.com they have a some great tutorials and examples on ASP and database connection with a technique called ADO (ActiveX Database Object). I also have a book that has like 4 on chapters on ASP and ADO called "Teach yourself ASP in 24 hours"
These Sam's Publishing teach yourself books are great for beginners.