dunlop1975
IS-IT--Management
I am trying to make a report that will forcast all items that will be used on a given day. The items used are stored on 2 seperate tables in the database. Main and secondary (there is always a main but not always a secondary). I am trying to group on InvDesc and then I will list the details of which procedure it is for. Using an alias does not allow me to group on that field, I can split it into a subreport but then I would only be able to list the items in 2 parts. I've tried to link both tables to the Inventory table as an experiment (that went wrong...). Anyone have any ideas? Thx
Request Main Procedure Inventory
------- (inner Join) --------------- ---------
Req# ------------------>Req # (inner join)
| Inv#----------------->Inv#
| InvDesc
|
|
|
| Sec Procedure Inventory(alias)
|(left Outer join) ------------- ----------------
----------------------->Req# (inner join)
Inv#------------------>Inv#
InvDesc
Request Main Procedure Inventory
------- (inner Join) --------------- ---------
Req# ------------------>Req # (inner join)
| Inv#----------------->Inv#
| InvDesc
|
|
|
| Sec Procedure Inventory(alias)
|(left Outer join) ------------- ----------------
----------------------->Req# (inner join)
Inv#------------------>Inv#
InvDesc