SarahClark
6 years agoQrew Cadet
button to switch forms
I have a version of a form that I'm calling "Intake Mode."
When a record is added, it uses that form.
On the main form, I created a button called "Go to Intake Mode" which switches to that form.
Here is the problem: it opens it in View, and if you click "edit," then it reverts to the main form because that is the form used for editing. I don't want to change the editing form to always be "Intake Mode"; I want to be able to edit in the main form as well.
Is there a way to have my button open the "Intake Mode" form in Edit instead of View?
Here is the formula:
URLRoot() & "db/" & Dbid() & "?a=dr&dfid=17&rid=" & [Record ID#]
When a record is added, it uses that form.
On the main form, I created a button called "Go to Intake Mode" which switches to that form.
Here is the problem: it opens it in View, and if you click "edit," then it reverts to the main form because that is the form used for editing. I don't want to change the editing form to always be "Intake Mode"; I want to be able to edit in the main form as well.
Is there a way to have my button open the "Intake Mode" form in Edit instead of View?
Here is the formula:
URLRoot() & "db/" & Dbid() & "?a=dr&dfid=17&rid=" & [Record ID#]