Creating a Hyperlink from a Database Results Page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

One of my pages pulls information from a database. I would like to be able
to then create another link from a field(s) in the database results.

Example: Database brings up three locations Miami, Orlando, Ft. Lauderdale.
I would then like the City field(s) to be a hyperlink. The hyperlink would
bring the user to another page and list all information for Miami.

I do not have any VB or .Net knowledgI thie . I think I need to start in
the Database Column Value pop-up box. When I click on City1 field in the
database results it brings up a dialogue box where I can select "Display as
Hyperlink". Their is a box titled Hyperlink Parameters next to the check
box. I'm not sure what do to from there.

Any help would be much appreciated. Thank you!
 
Hi Kathleen,

I did what the website said. I need to direct the link to go to the page
where the database results will populate. When I went to modify the
hyperlink it showed up as: %25=FP_FieldLink(fp_rs,

I want to make sure that if a user click on the link that it will go to my
"city" page where the results for the city choosen will be displayed.

Thank you!
 
Back
Top