Skip to main content
Topic: Sub Page link to Record ID (Read 1184 times) previous topic - next topic

Sub Page link to Record ID

Hi

Im trying to link Recordcount boxes to a specific record id of the subpage.
I got the table Customers and the Table Accounts. Accounts has the field CustomerID.
So the subpage of customers for accounts should filter by CustomerID.
I managed to get the record count working right by adding "basename(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH))"
in the sql query of the Recordcount as the last parameter is the record Number of the Customer List (so the CustimerID in Accounts)
but when i click on the Account Box it just goes to Accounts/list without the filtering for the Records....

Thanks for any help.