Connecting Tech Pros Worldwide Help | Site Map

Printing Table

 
LinkBack Thread Tools Search this Thread
  #1  
Old April 16th, 2006, 12:35 AM
fong.yang@martecgroup.com
Guest
 
Posts: n/a
Default Printing Table

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.


  #2  
Old April 16th, 2006, 02:45 AM
fredg
Guest
 
Posts: n/a
Default Re: Printing Table

On 15 Apr 2006 17:21:38 -0700, fong.yang@martecgroup.com wrote:
[color=blue]
> 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.[/color]

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.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.