Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / October 2007

Tip: Looking for answers? Try searching our database.

Printing Two Forms with one Command Button

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Access - 31 Oct 2007 00:06 GMT
Is there a way to allow someone to print record information from two
different forms with one command button.

Situation is I have a form that has basic information about a contact, user
click on a command button to open a new form if they need additional
"detailed" information about this contact.  What I would like to do is on the
second form is have users press a print button that would allow them to print
both forms.  At this time the user needs to go to each form and press print.
Both forms are set to stay open.
John W. Vinson - 31 Oct 2007 01:14 GMT
>Is there a way to allow someone to print record information from two
>different forms with one command button.

Data is not stored in Forms. It's stored in Tables. Also, forms aren't
designed for printing; Reports are.

>Situation is I have a form that has basic information about a contact, user
>click on a command button to open a new form if they need additional
>"detailed" information about this contact.  What I would like to do is on the
>second form is have users press a print button that would allow them to print
>both forms.  At this time the user needs to go to each form and press print.
>Both forms are set to stay open.

Create a Report based on a query joining the tables upon which the forms are
based; use the Sorting and Grouping to appropriately group the contact and
detail data. Print this Report from your form.

            John W. Vinson [MVP]
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.