I saw some webpages have like: http://nameofsolution/a=5
I have a project at hand, that. when I click on a hyperlink field company number, it navigates to a webpage that shows the details of the company from a query select * from table where companyid=thatHyperlinkFieldCompanyNumber.
It's like, I have a hyperlink showing 5 as the company id. when i click on it, i want it to navigate to a page and pass the companyid 5 to that page, so that I can pass 5 to the query to show the information table on that new page.
How do I do that please?
Thanks