-----Original Message-----
I have a database with a list of staff and there various
levels of experience which I want to display on a web
page. How can I create a hyperlink that points to a
specific record in my database.
Append a query string parameter such as ?staffid=1234 to
your URL, whre stafid is any name you want and 1234 is
the key to some individual's record. For example, link to
staffinfo.asp?staffid=1234.
Then, on the staffinfo.asp (or whatever) page, run the
Database Results Wizard and on page 3, Click More
Options, Criteria, and Add.
When the Add criteria dialog box appears:
o Set Field Name to the key field corresponding to 1234.
o Set Comparison to Equals.
o Set Value to staffid (or whatever name you decided
to use).
o Select the Use This Search Form Field box.
Click OK, OK, OK, then Next, Next, Finish.
Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*