C
Christi Lee
My first puzzle is a percentage question. How would I build a query. I
have two fields for sure. Lets say the first one says 22% and the second is
64%. (These numbers are always different) sometimes there is a third. What
I need is. If the first one is low and the second one is high, I want it to
automatically calculate the third percentage. My second
puzzle is a relationship question. I have one bill. The first part is our
company info and charges, the second half is one of our vendors info. Same
product and charges. My relationships go like this. CustomerID is
connected to orderID-. Order ID is related to Products, Products ID is
related to ChargesID. I have a junction table that connects Charges, Mileage
Detail, Taxes, since they are different but connected in many to many ways.
I'm not sure where to connect Vendors. Should they be connected to
customers since they need to be on one bill? Thank you for your help
have two fields for sure. Lets say the first one says 22% and the second is
64%. (These numbers are always different) sometimes there is a third. What
I need is. If the first one is low and the second one is high, I want it to
automatically calculate the third percentage. My second
puzzle is a relationship question. I have one bill. The first part is our
company info and charges, the second half is one of our vendors info. Same
product and charges. My relationships go like this. CustomerID is
connected to orderID-. Order ID is related to Products, Products ID is
related to ChargesID. I have a junction table that connects Charges, Mileage
Detail, Taxes, since they are different but connected in many to many ways.
I'm not sure where to connect Vendors. Should they be connected to
customers since they need to be on one bill? Thank you for your help