Forum Discussion
MarkShnier__You
Qrew Legend
4 years agonp, look at your list of forms and observe the Form ID#.
Then make a Formula URL button like
URLRoot() & "db/" & dbid() & "?a=dr&dfid=10&rid=" & [Record ID#]
That says to display the record on Form ID #10
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Then make a Formula URL button like
URLRoot() & "db/" & dbid() & "?a=dr&dfid=10&rid=" & [Record ID#]
That says to display the record on Form ID #10
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
ChrisSwirtz
4 years agoQrew Cadet
Mark,
Would it be possible to add the save function to this formula? Like so when the user clicks the button, it saves the record as is before opening the new form?
------------------------------
Chris Swirtz
------------------------------
Would it be possible to add the save function to this formula? Like so when the user clicks the button, it saves the record as is before opening the new form?
------------------------------
Chris Swirtz
------------------------------