I have a form in which the end user selects which records they wish to print. They can choose up to 10 records. Each selected record is an unbound text box. The end user then selects a cmd button to print preview. The querry behind the report querries which records are in the unbound text boxes.
Now, I wish to add how many copies for each record selected. I have added another unbound text box that is used in the querry & has number of copies to print. My question is how do I use this number to "tell" the report how many copies for each record selected.
Now, I wish to add how many copies for each record selected. I have added another unbound text box that is used in the querry & has number of copies to print. My question is how do I use this number to "tell" the report how many copies for each record selected.