ok, here's where i am.
I have a page with a query that pulls all the records from my db and displays them accordingly.
What I'd like to do is have alphabetical links ( a - b - c - d - e -etc) and have only the specific letter records be returned.
For example, if someone clicks on the 'a' link it would display the businesses that names starts with an 'a' (and so on).
I know I can do this by creating 26 individual pages, but I'm sure there is an easier way to do this using something for the links and replacing the query with that 'something'.
any help would be greatly appreciated.