DennisTheMenace
IS-IT--Management
New to crystal and I am trying to create some labels. I am pretty fluent in SQL and Access, but new to the whole group, supress, drill-down stuff in Crystal...
I am trying to do a simple report:
If they ordered 1 of Item #48 yesterday, then print their name and address (new page). If they ordered 2 of Item #48 yesterday, then print their name and address (new page)twice. If they... three times... you get the idea.
If you need to know, the tables are:
CUSTOMERS
-idCust
-chrName
-chrAddress
-chrCity
...
ORDERS
-idOder
-idCust
-dtOrderDate
...
LINE ITEMS
-idOrder
-idItem
-intOrderQty
...
Any suggestions would be GREAT! TX
-Dennis
=====================
Remember - YOU ARE UNIQUE!!!... Just like EVERYONE ELSE! ;o)
I am trying to do a simple report:
If they ordered 1 of Item #48 yesterday, then print their name and address (new page). If they ordered 2 of Item #48 yesterday, then print their name and address (new page)twice. If they... three times... you get the idea.
If you need to know, the tables are:
CUSTOMERS
-idCust
-chrName
-chrAddress
-chrCity
...
ORDERS
-idOder
-idCust
-dtOrderDate
...
LINE ITEMS
-idOrder
-idItem
-intOrderQty
...
Any suggestions would be GREAT! TX
-Dennis
=====================
Remember - YOU ARE UNIQUE!!!... Just like EVERYONE ELSE! ;o)