You must apply the filter to the subreport itself. Unfortunately, with reports, it must be open in design view to set the filter property. For example:
DoCmd.OpenReport MySubReport, acDesign
If Chassis = "CV" Then
Me.Filter = "[Process Family] Like 'CV*'"
Else
Me.Filter =...
I believe that I have seem this error when there is a problem with the printer driver for your default printer. Access uses the driver to format reports in Print Preview, therefore, if there is a problem with the driver, there is a problem displaying reports.
Try reinstalling the printer...
If I understand your problem correctly from your original post, then information from the following articles should help you resolve it.
Q245407
Q239114
go to http:\\support.microsoft.com and search for these article numbers. They will explain and tell you how to fix what I was refering to...
What version of Access are you using. There is an "issue" with Access 2000 and later that prevents importing (or presumably linking) to text files that do not have certain, pre-determined file extensions.
This is not a bug, but a change in the design of Access to help prevent users...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.