What is the best way to summarize and print...
My main form, has many controls on it. Additionally, the user can set all the controls into memory so he/she can flip from one set of filled out contols to another. (i.e. Name, Address, Phone Number, ... the list goes on and on...)
What I would like to do is let the user print out a summary of all the controls (including the various memory sets), but in a different layout than what is on the original form.
I know how to do this. What I am interested in is your opinion on what is the best way of doing this.
I have thought about making an all new form that is in the layout that I want, and it pulls data from the original form. I have also heard about this thing called Crystal Reports. Is CR only for databases? Is it hard to use?
Your thoughts are appreciated.
Thank you in advance.