Printing Pictures out of SQL Server

  • Thread starter Thread starter Drew
  • Start date Start date
D

Drew

I need to develop an ADP file that can print a few different reports. The
one that I am having difficulty with now is a contact page that prints a
person's picture and name below it. I have my pictures on a server and a
link to the location in my SQL Server database. All of the pictures are
2.5" x 2.5". I want to have about 8 or so pictures on each landscaped page.

I have built a view that compiles the data I need, but am having issues
making Access work like I want it to. I have tried using a For, Next loop
to loop through and build the page, but that isn't working as I wish it
were.

Any advice?

Thanks,
Drew
 
can't you just use the ole object control? i mean..

take a mdb file that has this; run the upsizing wizard to adp and i
thought that it worked??

copy that control into a ADP report and you should be in business.
 
Back
Top