-
1
- #1
This is what is happening now:<br><br>I have a query that has a few fields and it has an Item prompt and it asks for the item number and I type it in and it displays the one item field. (one item to one item number obviously).<br>So now we are receiving some inventory and lets say we get 10 of item no. 3030B and we want to print some labels.<br>I have a report made that goes with the previous query and prompts for an item then displays that items tag. Obviously we don't always receive 10 of one item. How can I make it so that the report prints out X number of tags. I want it to continue prompting me for the item no. but I want a second prompt that asks "How many tags?" I'm thinking that I could put a piece of code to on open report but I haven't a clue about the code. <br>Notes: if I open the report and allow all items to display, then it'll put about 6 tags on one page all different items. I want 6 tags per page with the same item. <br>Thanks in advance.