Forum Discussion

SkyeEllis1's avatar
SkyeEllis1
Qrew Member
8 years ago
Solved

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 ...
  • UrsulaLl's avatar
    8 years ago
    If 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#])