Hello all.
I am working on a form that has an information view and 27 corresponding print views. I want the information view options to determine on action what page prints. The end user will enter information on the information page which will then populate into the necessary spaces on the printable views from there i want them to just press a button that will dictate which page prints based on the variables they selected. Any suggestions on how to accomplish this?
One option is have the print button select the appropriate view to use and then switch to that view and execute the print.
Otherwise there may be some code you can use to update the print view to print a specific one.
Thanks Clay I will take that route.