I'm not sure this is the correct place for this post, please let me know if not.
I'm trying to get these relationships to work. What I is a sales database in Access 2000. I need to get different currency conversions for the orers and the order discounts. My tables are as follows:
Sales (SalesID, ... , date,...)
Orders (orderID, saleID, amount, unitPrice, ... , currencyID)
orderDiscount (orderID, amount, unitPrice, currencyID, ... )
currencyConv (conversionID, currencyID, date, conversion)
I can change the tables if necessary. but I need a report as follows:
Report (saleID, sales: (orders.amount * (orders.unitPrice * conversion)), discount: (orderDiscount.amount * (orderDiscount.unitPrice * conversion)) ... )
Any ideas or help is greatly appreciated!
Andrew
a.k.a. Dark Helmet
"What's the matter Colonel Sandurz? Chicken?
I'm trying to get these relationships to work. What I is a sales database in Access 2000. I need to get different currency conversions for the orers and the order discounts. My tables are as follows:
Sales (SalesID, ... , date,...)
Orders (orderID, saleID, amount, unitPrice, ... , currencyID)
orderDiscount (orderID, amount, unitPrice, currencyID, ... )
currencyConv (conversionID, currencyID, date, conversion)
I can change the tables if necessary. but I need a report as follows:
Report (saleID, sales: (orders.amount * (orders.unitPrice * conversion)), discount: (orderDiscount.amount * (orderDiscount.unitPrice * conversion)) ... )
Any ideas or help is greatly appreciated!
Andrew
a.k.a. Dark Helmet
"What's the matter Colonel Sandurz? Chicken?