Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Settings
Forms
and then duplicate the form so now you have two forms. Note that each form has a form ID#.
Carefully edit the form to remove the field you want removed. I say carefully, just to be sure you don't mess up your main form. Be sure which form you are editing.
You can also make a button to directly print on an alternate form.
URLRoot() & "db/" & Dbid() & "?a=printr&dfid=11&rid=" & [Record ID#]
Change the dfid=11 to the correct form ID#
Forms
and then duplicate the form so now you have two forms. Note that each form has a form ID#.
Carefully edit the form to remove the field you want removed. I say carefully, just to be sure you don't mess up your main form. Be sure which form you are editing.
You can also make a button to directly print on an alternate form.
URLRoot() & "db/" & Dbid() & "?a=printr&dfid=11&rid=" & [Record ID#]
Change the dfid=11 to the correct form ID#
- StephanieHarris7 years agoQrew Assistant CaptainCan this form pop up in a new window or tab?
- QuickBaseCoachD7 years agoQrew CaptainThe field properties of a formula URL field allow you to check a box that say open in New Window.