LadyBug
04-26-2003, 04:51 PM
I have an asp page that pulls records from an Access database of alphabetized (by last name) member names. What I want to do is display a line of alphabetic links so that when a letter is clicked, it jumps to the first member whose last name starts with that letter. For example, members are Bill Hairy, Tom Handsome, Peter Homely, etc. If a user clicks on the hyperlinked H, the page will jump to Bill Hairy.
My problem is naming the anchors within the list of members. Can I do that IN the database or is there another way around it to get the same result? I've seen it done, so I know it can be, but I'm still learning about ASP and SQL.
If anyone has any ideas, I'd appreciate it. If you want to see the page I'm talking about, it's www.mulvanemarauders.com/Members.asp (http://www.mulvanemarauders.com/Members.asp)
My problem is naming the anchors within the list of members. Can I do that IN the database or is there another way around it to get the same result? I've seen it done, so I know it can be, but I'm still learning about ASP and SQL.
If anyone has any ideas, I'd appreciate it. If you want to see the page I'm talking about, it's www.mulvanemarauders.com/Members.asp (http://www.mulvanemarauders.com/Members.asp)