Hi All.
I have an ASP page that has over 150 records listed. I would like to
have an "Index" (A,B,C,D...) at the very top of the page.
Once a letter is clicked, I need to:
1) Call a SQL string like "SELECT * from WoD Where UCASE(WotD) LIKE "
& UCASE(strSelect ed) & "*" & Chr(34)
2) Recall the SAME page (Not another ASP page) withpopulating with the
new recordset.
I am having a total brain fart on this and can't figure it out.
Any help would be appreciated.
TIA
I have an ASP page that has over 150 records listed. I would like to
have an "Index" (A,B,C,D...) at the very top of the page.
Once a letter is clicked, I need to:
1) Call a SQL string like "SELECT * from WoD Where UCASE(WotD) LIKE "
& UCASE(strSelect ed) & "*" & Chr(34)
2) Recall the SAME page (Not another ASP page) withpopulating with the
new recordset.
I am having a total brain fart on this and can't figure it out.
Any help would be appreciated.
TIA
Comment