September 11, 200619 yr Newbies I am desperately looking for a method to print, using a variable, multiple layouts of the same data. In other words I have a 'y' and it prints layout 1, I have a 'n' and it prints layout 2. I hope someone can help I cannot find a solution in the forums. Mike
September 11, 200619 yr Welcome Mike You need to SCRIPT this. Roughly speaking If (variable = "y") Go to layout (layout1) Print EndIf If (variable = "n") Go to layout (layout2) Print EndIf etc..
September 11, 200619 yr Author Newbies Mark, Thank you for your post. And the script kind of works.. however it gets stuck on the layout of the first variable in the first record it finds for the rest of the job. Any suggestions?
Create an account or sign in to comment