Sub Page link to Record ID September 07, 2019, 03:24:27 AM HiIm 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. Quote Selected Last Edit: September 07, 2019, 03:26:40 AM by nepo77
Re: Sub Page link to Record ID Reply #1 – September 08, 2019, 11:14:46 AM @nepo77, can I get a sample project(.ppm and .sql files) showing what you described above for better understanding. Quote Selected