Links

Links

Am pretty new to this.
Currently have a a jobs form and a wages form and report. The wages form has a lookup field to get the job ID from the jobs database and works fine. I want to create a link on the jobs form/report that links to the wages form and shows wages relating to that job. There maybe multiple wages relating to the one job. I currently have hard coded in a link using the Note field but want the link to populate with the job ID. I would like to do this from the jobs report and also edit view. The current link i have is like this https://creator.zoho.com/company1/database1/#View:Wages_Report?jobID=12345 and I want to replace 12345 with the current jobID and not hard code 12345

Thanks