I need to be able to generate blank records for a report and / or form.
Example... I work with hundreds of trucks. My co-worker (we'll call him Bob) has a number of customers. When a customer calls, who needs trucks, Bob will create an order. Bob will scratch a number of lines on a piece of paper. If the customer needs 7 trucks, Bob will scratch 7 lines on the paper. Bob will then call Trucking Companies to fill the customers order. If a Trucking company can only fill 2 trucks, the first 2 lines will have info about THAT particular Trucking Company. Bob will then go to the next Trucking Company and fill each line on the paper with info, until the 7 lines are full.
I need to create a query (or code) that will automatically generate empty records, based on a number (example 7). From those empty records a report with 7 lines (records) will print, so that Bob can jot info for later data entry.
How can I generate report lines, based on a "given number"?
Thanks in advance!