CDICKENS
Active Member
- Joined
- Mar 24, 2002
- Messages
- 498
Hello,
Access newbie here. I have a query that is running against 2 tables. The first table is the INVENTORY table which contains the INVNUMBER. The second table contains the sales records. My query currently outputs INVNUMBER, Sum of Count, Sum of Successful, Sum of Total Sale. I want to add calculated fields that do the following.
1- gives me the last data an item was listed
2- calculates the close rate = [Sum of Successful]/[Sum of Count]
3- Average sale price = [Total Sale]/[Sum of Successful]
I would like to make another table with the results of this query.
Thanks in Advance,
Chuck
Access newbie here. I have a query that is running against 2 tables. The first table is the INVENTORY table which contains the INVNUMBER. The second table contains the sales records. My query currently outputs INVNUMBER, Sum of Count, Sum of Successful, Sum of Total Sale. I want to add calculated fields that do the following.
1- gives me the last data an item was listed
2- calculates the close rate = [Sum of Successful]/[Sum of Count]
3- Average sale price = [Total Sale]/[Sum of Successful]
I would like to make another table with the results of this query.
Thanks in Advance,
Chuck