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

Search results for query: *

  1. nbelkina

    Distinct count from two tables

    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
  2. nbelkina

    Print image files from Crystal Report

    I run report from web. thank you. n .
  3. nbelkina

    Print image files from Crystal Report

    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?
  4. nbelkina

    Print image files from Crystal Report

    thank you. the problem is I don't have to show images in the report (they are 2-4 pages files) , just print them.
  5. nbelkina

    Print image files from Crystal Report

    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.

Part and Inventory Search

Back
Top