I have a report which I need to copy in 2 different lables. I've set a table with numbers from 0-10 (0 gets "original and all the others get "copy"). The caption is changed by IIF - so now all is ok.
The problem is : when users presses a print button, a small form pops up asking number of copies to print (my intention is to print from the table the 0 + the number of copies, so if chosen 2 copies, we'll get 1 original + 2 copies).
What happens is that if user writes 2 copies, I get all table printed twice(if I have 10 numbers in the table, I get 2 originals + 20 copies).
Need help please.
Thanks.
The problem is : when users presses a print button, a small form pops up asking number of copies to print (my intention is to print from the table the 0 + the number of copies, so if chosen 2 copies, we'll get 1 original + 2 copies).
What happens is that if user writes 2 copies, I get all table printed twice(if I have 10 numbers in the table, I get 2 originals + 20 copies).
Need help please.
Thanks.