RobinCC
8 years agoQrew Cadet
When pressing the native green save button, can I redirect to a report in a different table?
I have a URL formula button on a report in my TEAMS table that when pressed allows me to edit the current record by taking me to a secondary form (not the main form) in the TEAMS table. Upon pressing the native green save button after filling out this form, I would like to redirect to a report in the TASKS table. Is this possible? If so, how?
Here is my code so far. It takes me to the correct form, but when I press save it takes me to the same TEAMS table report I started on. I don't know what to add to redirect to the desired report in the TASKS table.
URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid=" & ToText([Record ID#])
Here is my code so far. It takes me to the correct form, but when I press save it takes me to the same TEAMS table report I started on. I don't know what to add to redirect to the desired report in the TASKS table.
URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid=" & ToText([Record ID#])