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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pdf image in access sub reports

Status
Not open for further replies.

MICKI0220

IS-IT--Management
Jul 20, 2004
337
US
I have searched for 3 weeks and cannot get a clue on how to deal with my pdf directory. Here is the situation. I created a report with a primary key of an item id....Each item has a pdf that shows the picture of the part (item id). The report opens based on a search criteria of the customer order number....Each order could have 90 lines of orders....hence each line is a different item_id...Each item id is on a new page of the report....The item information is set on the top of the report, on the rest of the 2/3 of the report we want the pdf to print.....I tried inserting an object in the pdf location and that worked well until the database hit 2 gig....apparantly inserting the pdf's as objects took up alot of space even though the pdf's are under 100k each....Alone the pdf folder is 115 megs...,but inside Access as objects they are much more.

I was thinking that SQL would be better to handle the size issue, but when I use blobs or varbinary(max), the pdf doesn't show up as the subreport or image...

Can someone explain to me how I can do this....The environment is using Office XP but saving in 2000 version.
 
The first thing I thought of is that pictures are smaller as .jpg. The size difference might make it possible to do it the way you were at first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top