This topic is locked
[SOLVED]

drill from a list page to another page

1/15/2024 1:07:05 PM
ASPRunner.NET General questions
M
MSchell author

How can I set a field on a list page to link to and display records in another table passing the field value I clicked on to display records with that linked value in another table? I'd call it a dril-down.

T
Tim 1/15/2024

This sounds like you're talking about a master-detail relationship:

https://xlinesoft.com/asprunnernet/docs/master-details.htm

There are other options using "View as" a hyperlink and either fill in the "URL prefix" or create the URL in the SQL query.

Tim

M
MSchell author 1/15/2024

Thanks, that worked to present the data, not quite what I was wanting to do, but actually will work better.