rbsorensen
New member
- Local time
- Today, 16:54
- Joined
- Jan 1, 2009
- Messages
- 8
Hi,
I have a rather complex form printing issue and would appreciate any help from the access gurus on what the best design approach should be.
Here's the situation: I am adding logic to an existing system to print an order along with a series of supplementary forms. There is an existing "print" version of the order form which displays the necessary fields and has a Print button at the top which exectes a "DoCmd.PrintOut" command. That part of the system is already in place.
The enhancement to the system consists of a variable number of supplementary forms associated with the main order form (from 0 - 8). To make things even more interesting, there are three varieties of supplementary forms, each containing different data. The data entry portion of the system is finished, and now I need to work on the printing aspects.
The application requires that the main order along with each of the supplementary forms, if any, are all printed in one fell swoop when the user clicks the "Print" button on the main order form. Each supplementary form will also require code to massage some of the the data prior to printing it (i.e., I can't directly bind text boxes on supplementary forms to database fields).
Any thoughts on how best to accomplish this?
I have a rather complex form printing issue and would appreciate any help from the access gurus on what the best design approach should be.
Here's the situation: I am adding logic to an existing system to print an order along with a series of supplementary forms. There is an existing "print" version of the order form which displays the necessary fields and has a Print button at the top which exectes a "DoCmd.PrintOut" command. That part of the system is already in place.
The enhancement to the system consists of a variable number of supplementary forms associated with the main order form (from 0 - 8). To make things even more interesting, there are three varieties of supplementary forms, each containing different data. The data entry portion of the system is finished, and now I need to work on the printing aspects.
The application requires that the main order along with each of the supplementary forms, if any, are all printed in one fell swoop when the user clicks the "Print" button on the main order form. Each supplementary form will also require code to massage some of the the data prior to printing it (i.e., I can't directly bind text boxes on supplementary forms to database fields).
Any thoughts on how best to accomplish this?