Forum Discussion
MarkShnier
12 years agoQrew Cadet
Make a formula URL button to redisplay the record on the Alternate Form and then print from there.
Here s an example.
URLRoot() & "db/" & Dbid() & "?a=dr&dfid=11&rid=" & [Record ID#]
Change the 11 to whatever the form id# is for your form. If you preview your form it will tell you the form ID in the URL.
Here s an example.
URLRoot() & "db/" & Dbid() & "?a=dr&dfid=11&rid=" & [Record ID#]
Change the 11 to whatever the form id# is for your form. If you preview your form it will tell you the form ID in the URL.