| |
ProEdge
Posts: 1
Score: 0
Joined: 1/30/2004
From:
Status: offline
|
Hello everyone. I've been pulling my hair with this problem. I recently created an Access database which contains several columns of information. I've created asp files that extract the information from my Access database and place them into my asp file. However, I've discovered that making asp files for each row (or ID number) is very tedious and can be a pain when it comes to adding something new (such as a new column) because I have to go back and add the new column into each asp file. You can download the code here: http://www.theprodigyedge.com/achem1.zip I tried copying and pasting the code here but it wouldn't display...probably because the html tage. But what I'd like for this to do, is when the user clicks next on the page, it takes them to the next row in the data (in this case "ID 2") but still uses this asp outline to display it. That way I don't have to have an asp file for each row. So I'm trying to get the ID to change automatically. I don't know if there is some template that will do this or maybe I need to use some code in VBScript to do this. Since I'm really not good at VBScript, could someone could give me some pointers on what I can do? I'd really appreciate it. Thank you Also if you'd like to view the mdb access file, I've uploaded it to download. Here's the link: http://www.theprodigyedge.com/achem.mdb
|
|