k.halterman
New member
- Local time
- Today, 22:50
- Joined
- Apr 11, 2013
- Messages
- 3
Greetings, I am designing a database to manage equipment for soldiers on DA Form 2062's. Using tables to store soldier information, equipment information I created a form to assign equipment to each soldier based on serial number. The form has a button that opens a report based on a query of that soldier to print all records of equipment that match the ID of the soldier in the query.
Here is my dilemma, which is twofold. Printing the report based on equipment in the database was simple enough, however, if you look at the DA 2062 in the link above, there are 16 blank lines. For the printed report to be a legal form, it must match the one above exactly. Access will only print one line for each record found. I use jpeg's of the original form as sort of a background for the report and textboxes to fill in the data. In detail view is where each record is added line by line.
K, first question. How can I add extra blank lines to fill it out to 16 lines as is on the original form?
2nd, and possibly more advanced, is it possible to add calculated lines to the report based on whether certain Yes/No fields in the Soldiers table are checked?
Thanks for any insight
Here is my dilemma, which is twofold. Printing the report based on equipment in the database was simple enough, however, if you look at the DA 2062 in the link above, there are 16 blank lines. For the printed report to be a legal form, it must match the one above exactly. Access will only print one line for each record found. I use jpeg's of the original form as sort of a background for the report and textboxes to fill in the data. In detail view is where each record is added line by line.
K, first question. How can I add extra blank lines to fill it out to 16 lines as is on the original form?
2nd, and possibly more advanced, is it possible to add calculated lines to the report based on whether certain Yes/No fields in the Soldiers table are checked?
Thanks for any insight