olivermah
7 years agoQrew Assistant Captain
url button - print record to open in new tab
Hi There,
I have a formula URL button that leads me to print the record right now. Formula is below, however what I'm wanted to know is I can get this to open up in a new tab as opposed to the same window. Is there something I can add to the formula to help change this behavior?
URLRoot() & "db/" & Dbid() & "?a=printr&rid=" & [Record ID#]
I have a formula URL button that leads me to print the record right now. Formula is below, however what I'm wanted to know is I can get this to open up in a new tab as opposed to the same window. Is there something I can add to the formula to help change this behavior?
URLRoot() & "db/" & Dbid() & "?a=printr&rid=" & [Record ID#]