SELECT tblCalls.PhoneNumber,COUNT(*) as Num
FROM tblCalls join tblImportCalls
on tblCalls.PhoneNumber = tblImportCalls.PhoneNumber
WHERE MONTH(tblCalls.DateOfCall) = 6
AND YEAR(tblCalls.DateOfCall) = 2003
group by tblCalls.PhoneNumber
order by tblCalls.PhoneNumber
images should be printed on separate pages as attachment to the report data.
or : is it possible to export hyperlink data in *.* file and then print this file?
I have to print image files as attachments to a Crystal report. Each record has file associated with it. I have full path to files saved in database and as a hyperlink in report.
thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.