Hi...sorry for my English (I'm italian...),
ok, my problem is:
3 files:
RawMaterials (RMID, RMName, RMPrice)
Products (PrID, PrName, PrPrice, RMID, RMAmount)
Orders (OrID, CustomerID, PrID, PrAmount)
These 3 DB are in a relationship many-to-many with 2 DB linking by portals:
LineItems RM/Product
LineItems Products/Order
If I've many Orders that contains same Product, I want to know how many Amount of RawMaterial I need to produce and deliver the Orders containing that Product (in Italian is FABISOGNO, I don't know in English!!!)
All the ralationships works great, but I've no idea like get at, may be to have a calculated field, wich arrange PrAmount in the OrderDB to each RMAmount in the portal containing LineItem RM/Products.
I hope someone realized something....thanks for any helps....
Stefano Novello