Yes, it's from a form. I'm using access as a database to create work orders. once recorded a record in a form, i want to print that work order out ... not the whole database!!!!
Yes, I there is a unique # for each record. Right now it's using autonumber but i have a specific # i want to start at not at 1. I still have to figure that one out!!
You should use Autonumber for it since that makes each one unique. Its meaningless usually, and its used for searching mostly. you can create another feild to create your numbering that you want. if you need it to mean something.
what one is the unique identifies that you want to print based on? is it workorder#?
well the problem is this:
i created a mask to do a certain kind of document (using a submask too)
i created a report
i put a key to print the report (just the one with the right id and date)
what i get are several copies of the report (the number of copies is the same of the number of items in the submask)
But i need to have JUST ONE document printed
What should i do?
Where did i do wrong?