home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / ssql23.zip / RPT4.FRM < prev    next >
Text File  |  1990-11-11  |  658b  |  26 lines

  1. --RPT4.FRM (Be patient when running this one.  It actually 
  2. --          contains three queries)
  3. --
  4. HT        SALES REPORT
  5. HT    MONOLITH MANUFACTURING 
  6. HTCustomer Name    Product     QTY 
  7. HT---------------  ----------  ---
  8. DTXXXXXXXXXXXXXXX  XXXXXXXXXX  999
  9. 1T                          ------
  10. 1T The customer total is    99,999
  11. 1T
  12. GT                         -------
  13. GT GRAND TOTAL ............999,999
  14. ET
  15. ET^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16. ET                 END OF REPORT
  17. ET^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. DC name, descrip, qty
  19. 1B name
  20. 1C sum(qty)
  21. GC sum(qty)
  22. TA sales,prod,cust
  23. WH sales.cc = cust.code and
  24. WH sales.pc = prod.code
  25.  
  26.