How do I use "IdX" from a list to get more info from Access

  • Thread starter Thread starter Aleatic
  • Start date Start date
A

Aleatic

Hi

I'm using FP2K, WinME, PSW 4.0 & Access2K.
I'm trying to get some data from an Access-database.
I have made an asp-page, where there is an listbox
populated from an Access-table.

Now I want to choose from the list and get more
information about my choice on an new asp-page.

How do I forward information to the next asp-page?
How do I use that information (IdX that I chose from the
list) to list more information?

Do you know of any good sites that explains this?

Regards

Aleatic
 
HI Aleatic.....

In addition to what Kathleen has suggested there are tons of asp script
samples with Access databases that will show this functionality.

There are a couple of ways to do it. You can use the request.form object to
get the info and then do a queary. You can use session variables (some asp
purists would not recommend this however) that can then be "seen" and used
by the form you call, etc.

Anyway... there are lots of examples at.....

www.planet-source-code.com
www.aspin.com

you might also find help at.....

www.4guysfromrolla.com

(funny name but a mega serious asp site!)

Best to you....
Tom Gahagan
 
Hi

Thanks for your answer.

Does FrontPage have any guide for listing records from a
selection made in an listbox?

Or do I have to write the code myself?

Aleatico
 
Back
Top