Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
The format would be
IF( .. some condition is true,
URLRoot() & "db/" & dbid() & "?a=printr&dfid=xx&rid=" & [Record ID#]
Replace xx with the form ID number of the different form that you want to use.
IF( .. some condition is true,
URLRoot() & "db/" & dbid() & "?a=printr&dfid=xx&rid=" & [Record ID#]
Replace xx with the form ID number of the different form that you want to use.