Need some guru advice on printing reports exactly as form

Ravenray

Registered User.
Local time
Today, 16:47
Joined
Nov 21, 2003
Messages
32
Ok guys/gals, I'm just drawing up a blank today (just got over a cold). My boss want's a report print out of exactly how the structure of the form is. I know it's not a good idea to print forms as a report. What would be the easiest methode to print the form exactly as shown. It also has a subform in it. I could reinvent the wheel on the reports but my boss wants it asap. Is there a way to link from the current form to a duplicate of all the boxes to a report on the current record?
 
No guru, but will give it a shot

If I correctly understand what you want to do, you can just change your page setup to Landscape and hit the print button. It should print your main form and the subforms (but it'll depend on the format and amount of information in your subforms). I'm not a guru, but that's how I've been able to print out forms. Hope it helps! :)
 
You will need to create a report with a subreport. When you print a report with a subreport, the subreport grows to print all its data. Subforms don't do that. So, if the subform only shows 5 of your 10 records, it won't grow and your printed copy will now show the non-visible 5 records.
 
ok, I got that much but......

Ok, feeling a little bit better today. Pat, I know I got that much, but how would I use my current form that I'm viewing as my source for the data to print to the report?
 
When you open the report with the OpenReport Method, use the where argument to set the criteria for the report.
 
Sweet!

Sweet...that's what I was looking for. Thank you very much.
 

Users who are viewing this thread

Back
Top Bottom