This topic is locked

ASP query strings and field values

1/21/2005 1:30:50 PM
ASPRunnerPro General questions
author

Is there a format to use that will enable a user to input a field value and have that value complete a url? I want end users to be able to click on a field value and go to another page.
For example, the user would type "HF15" into the field, and then save the record. When viewing the record, another user clould click on "HF15" and go to a page showing House File 15.
Any suggestions are welcome.

Sergey Kornilov admin 1/22/2005

You can have two fields in your database table named LinkURL and LinkTitle. Set View as type of LinkURL field to Hyperlink using LinkTitle as a display field. Make sure that both fields present on the Edit page.
This is it.