Forum Discussion
MarkShnier__You
Qrew Legend
np, 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
3 years agoQrew Cadet
Perfect, thanks! I knew it was something like this, just couldn't quite get it right.
------------------------------
Chris Swirtz
------------------------------
------------------------------
Chris Swirtz
------------------------------