ASP and Linking Question/Help

J

JCrowe

I am working on a project using FP 03 and an Access database. I have a
"Search" button on the home page that allows visitors to search the database
using categories. When submitted the results of the specicifed category is
returned to the category_results.asp page.

What I would like to acheive from this point is to have the "Merchant" field
be configured as a "link" so when it is clicked it will display the
specified business card. If anyone could help me out with this I woule
really appreciate it.

Please review the site at http://www.server404.com:81

Thanks,
JCrowe
 
K

Kathleen Anderson [MVP - FP]

In the database, code the value of the Merchant field as a hyperlink:
<a href="http://www.backyarddreams.com/">Backyard Dreams</a>

Then, in FP, in Design View, right-click on the field and choose Database
Column Value Properties, and tick the box that says "Column value contains
HTML".
 
J

JCrowe

Kathleen,
Thank you very much...I checked your website and Jim's for help prior to
asking in the forum. Thanks to all of you who are ready resources for the
rest of us.

JCrowe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top