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 Programming / January 2005

Tip: Looking for answers? Try searching our database.

Form Printing

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jeff - 25 Jan 2005 22:25 GMT
Hello,

I have a Form & a Button on it for the user to Print the Form, which works
fine.

Private Sub cbPrint_Click()
 DoCmd.PrintOut
End Sub

However on this form is a MultiSelected ListBox & if multiple Items are
selected, when the form prints, it doesnt show the "highlighted" Rows, just
the ListBox & the text inside of it.  Is their anyway to have this Form Print
with the ListBox Selected Items Selected ?

Any help would be greatly appreciated.

Thank you,
Jeff
Rob Oldfield - 25 Jan 2005 22:42 GMT
I don't believe so.

You should bear in mind that forms are designed for displaying information
on screen, reports are for printing.  There are lots of limitations/problems
in attempting to use forms for printing.

> Hello,
>
[quoted text clipped - 14 lines]
> Thank you,
> Jeff
Rick B - 25 Jan 2005 23:00 GMT
Forms are for viewing, editing, and adding data.  Reports are for printing.

Create a report and have that button print the report, not the form.

Rick B

> Hello,
>
[quoted text clipped - 14 lines]
> Thank you,
> Jeff
 
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.