database listing with links
I have a an access database with a name;release_date;other_date;other_info;URL
I want to list all these as a table, and be able to sort by the different information in the columns. Name alphabatetically, release_date by date, other_date by date;other_info alpahabetically. The url would be hidden and used as a href with the name displaying. the name column items would link to corresponding URL. I'm using a DSN. Is their a script like tihs available or already written somewhere? I know it's a common thing, but I don't know what to look for. Also hotscripts doesn't have this, at least I didn't find anything.
Re: database listing with links
Quote:
Originally posted by J_Man
I have a an access database with a name;release_date;other_date;other_info;URL
I want to list all these as a table, and be able to sort by the different information in the columns. Name alphabatetically, release_date by date, other_date by date;other_info alpahabetically. The url would be hidden and used as a href with the name displaying. the name column items would link to corresponding URL. I'm using a DSN. Is their a script like tihs available or already written somewhere? I know it's a common thing, but I don't know what to look for. Also hotscripts doesn't have this, at least I didn't find anything.
Sarch for ADOX, thats should be enough for what you are trying to do...