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 / General 1 / April 2006

Tip: Looking for answers? Try searching our database.

Printing Table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
fong.yang@martecgroup.com - 16 Apr 2006 01:21 GMT
Please help I'd like to know if there is an easy way to setup a command
button to select all the records in a table and then send it to print
instead of opening the table and then choosing file and print. Thanks.
fredg - 16 Apr 2006 03:33 GMT
> Please help I'd like to know if there is an easy way to setup a command
> button to select all the records in a table and then send it to print
> instead of opening the table and then choosing file and print. Thanks.

1) Select the table on the Main database folder (without opening it)
and click the print tool button.

Or...
2) Right-click the table on the Main database folder and select Print.

Or....
3) Code a command button click event:
Docmd.SelectObject acTable, "TableName", True
DoCmd.PrintOut , , , , 1

Or... better yet,
4) You should not be printing the table anyway.
Create a report with the layout and records you wish to print. Print
the report. That's what they are for.
Signature

Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

 
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.