0
Multiple Forms for Printing
I use multiple forms when I print from a Table. Such As Employement Application, File Folder Label etc. I have set up individual buttons to print the forms however after I have selected one and then clicked another it brings up the former instead of what i have selected. Any hints? Thanks
1 reply
-
Within print preview you can create a separate tab for each form, then back in the data entry form view, when you create your buttons, use a script for each button like:
printRecord(this, "YourTabName")
subsituting your Tab names from the print preview.
Content aside
- 5 yrs agoLast active
- 1Replies
- 1137Views