Open report from subform

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

I would like the report I have created to be based on a
value from an open subform in a larger form. Any
suggestion? Thanks for the help.
 
Hi Ed,

Are you needing to do something like this:

DoCmd.OpenReport "test", , , Forms![Main Form]![subForm
control].Form![textbox control]

Regards,

Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."

This posting is provided "AS IS" with no warranties, and confers no rights



--------------------
| Content-Class: urn:content-classes:message
| From: "Ed" <[email protected]>
| Sender: "Ed" <[email protected]>
| Subject: Open report from subform
| Date: Mon, 10 May 2004 13:26:56 -0700
| Lines: 3
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcQ2zSNyV/tPxGpMR1Cd7naedMZSXQ==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.access.reports
| Path: cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.access.reports:137889
| NNTP-Posting-Host: tk2msftngxa11.phx.gbl 10.40.1.163
| X-Tomcat-NG: microsoft.public.access.reports
|
| I would like the report I have created to be based on a
| value from an open subform in a larger form. Any
| suggestion? Thanks for the help.
|
 
Back
Top