Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hi, I am creating a query in Microsoft Access and cannot figure out how to implement store# into the query. I need two tables, a
Hi, I am creating a query in Microsoft Access and cannot figure out how to implement store# into the query. I need two tables, a store# table of the 12 stores and the gross profit. My current query is:
What is the gross profit for each store in the 1st quarter? Save the new variable you create as "gross profit". Show Store\# and gross profit in the final output. Save this query as "Query 13". Hint: gross profit is revenue minus cost of goods sold. In this query, you need to utilize the results from Query 1 and Query 3 SELECT Revenue - Cost of Goods Sold AS gross_profit
FROM Query1, Query3
WHERE
GROUP BY [store#]
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started