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??
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??