Microsoft
Software
Hardware
Network
Question : Printing Specific Reports from Multiple Forms
Here is the situation:
I have a couple of different forms that I need to print a report from. The report is an installation inspection report. Each different piece of equipment has a different installation inspection report. When I designed the report the first time. I just pulled information from the form that I was on and populated the report. Now in further development of the database. I need to print the same report from a different form. Basically I need some guidance on designing a report.
What is the best way to set it up. IF I choose a record source and go to report view it acts as if it is going to print out 1500 reports. I just want one per a specific ID Tag.
I need some guidance. This shouldn't be a difficult question.
Answer : Printing Specific Reports from Multiple Forms
use this format then..
with me.[nameOfSubform].form.re
cordsetclo
ne
.movefirst
do until .eof
'place your codes here to filter and print the report based on the record
.movenext
loop
end with
Random Solutions
Using a geometry type check constrint in sql sever 2008
Silverlight UserControl with child UserControls
Apostrophe in combo box search
Simple SQL question, filter only gives records that have url, want null also
How do I run a script to move contents of a file to a different location
Send Email From Access - VB Code to select Outlook 2007 Send Account
Problems with parsing an error message into a label on a form
How to retrive OU Properties in an Active Directory using VB.NET
RDP in Adminpak.msi for Windows Server 2003/XP: How to turn off the connect local resource option
extract numbers from a cell