PDA

Click to See Complete Forum and Search --> : Multiple tables linked with subreporting


CloudDust
Aug 30th, 2007, 07:32 PM
hi,

i have 3 tables:

Tables
ProductInfo
- ProductCode - PK
- ProductName

InventoryDeposit
- TraceNumber - PK
- Date

InventoryDeposititems
- TraceNumber -FK
- ProductCode - FK
- Quantity

The Report should display:
the Subreport items is the one underlined
ProductCode ProductName TraceNumber Date Quantity

i was able to display results for everything except the "InventoryDeposit.Date"

How am i going to make it display with these relationship??

Mark Gambo
Sep 6th, 2007, 03:17 PM
Can you attach the report and datasource?

CloudDust
Sep 11th, 2007, 03:53 AM
i'm using mysql as ny datasource.
anyway, thanks. i got it running.
i joined the table via sql queries.
then made use of subreports:thumb: