SkyeEllis1
8 years agoQrew Member
URL Button to redirect users to specific record
I am wanting to create a button that will redirect the user to another table within the same application, to a specific form within that table and the related record. I am aware you can do this using ...
- 8 years agoIf you can pull in the related record id, then you can create your url field and populate what you need. You need the RECORD ID to pull this in. It does not matter what the key field is.
So your URL would look like this:
URLRoot() & "db/" & Dbid() & "?a=dr&dfid=THEFIELDIDOFTHEFORM&rid="& URLEncode ([relatedrecordid#])