Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing tiff files using VB code

Status
Not open for further replies.

dendic

Programmer
Jan 19, 2003
106
US
I have tiff files stored on my server. From Access I want to be able to print a document using VB without opening the viewer program. Can anyone help me with the code?
 
type this in the code

Code:
Private Sub Command0_Click()
     DoCmd.OpenReport "your report name"
End Sub

I will try my best to help others so will others do!!!!!
IGPCS
Brooklyn, NY
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top