DenverMarc
Technical User
Hello,
I have an ASP page that retrieves a list of products from an Access 2000 database. Right now I have it set to show 15 products at a time, with <<Previous 1 2 3 4 5 6 7... Next>> to allow people to move through the records.
My boss would like it set up this way:
<<Previous A B C D E F G H... Next>>, where if a user clicked on "F" for instance, it would show all products starting with the first "F" and continuing. So, if there were only 11 products that start with "F", they would show on the page along with the first 4 that start with "G".
How can I do this? Not sure if you need to see the code I have already.
Thanks,
Marc
I have an ASP page that retrieves a list of products from an Access 2000 database. Right now I have it set to show 15 products at a time, with <<Previous 1 2 3 4 5 6 7... Next>> to allow people to move through the records.
My boss would like it set up this way:
<<Previous A B C D E F G H... Next>>, where if a user clicked on "F" for instance, it would show all products starting with the first "F" and continuing. So, if there were only 11 products that start with "F", they would show on the page along with the first 4 that start with "G".
How can I do this? Not sure if you need to see the code I have already.
Thanks,
Marc