bratnapandey
2 months agoQrew Member
Switch between forms
Hi Team, I am using an app where I have two forms. I want to switch from form a to b and b to a using button while staying on the same record. I tried creating field using formula URL but this is n...
- 2 months ago
This URL formula will redisplay the form in view mode on form # 10. The form numbers are listed in settings and then forms.
URLRoot() & "db/" & dbid() & "?a=dr&dfid=10&rid=" & [Record ID#]
This will display in edit mode
URLRoot() & "db/" & dbid() & "?a=er&dfid=10&rid=" & [Record ID#]