In your formatting page you have an option for "Hyperlink". How do I point this link to another table (or view) in the same way that you use master detail functionality.
As an example I have the following tables
tbl.Orders: OrderID, AttemptID,ContractID etc
tbl.Attempt:AttemptID,EventID etc
tbl.EventId: EventID, etc
(Orders is linked with Attempt, Attempt links with Event)
Now it would be great if in tbl.Orders I could select an AttemptID and it would open up the Attempts table and show records for that AttemptID.
Is this possible within ASPRunner. And if not could you suggest how I modify the ASP files to accomodate such behaviour.
Additionally, how difficult would it be to set up a seperate search option that would allow me to select all orders for an EventID. Because these tables are not linked directly this is not possible in your present search screen. All it would require is a predefined view and the ability to enter in an EventID.
Thanks.