Click to See Complete Forum and Search --> : Help Please


jmlawry
05-03-2006, 11:34 PM
I got my table loaded from Access on sql on my site. I would like to find out if there is a way to sort the database so I can have separate identies for each item?
I would like to have each item post to its own asp page. If anyone has any suggestions or help they could offer me it would be greatly appericated.

Thanks,
Jean

chazzy
05-04-2006, 12:07 AM
do they have primary keys?

jmlawry
05-04-2006, 12:43 AM
Yes there is one primary key on the site.

chazzy
05-04-2006, 08:10 AM
then i would use that, have the user somehow submit that (maybe have a list of links that get generated w/ the name and id of all the items, they click on the link and it has a query string page.asp?id=ID and you read the query, get the ID and use that value to retrieve the record.