I have one mother form called Person and a second form called Items. Each person can have multiple items and they wont to print out a label for each item. I have a label report that will indeed print out the items, however it prints out all the items. What I am curious if it is possible to print each item seprately while they are entering each item. Every item will have an item number. So I thought I would make that the criteria on the query. However, it is not picking up the item number from the form, Im not sure if it is because I have multiple items. Help me it you can???