Create a query that lists all resale products, along w ith a 10% markup amount based on the
price of the product. Include the Company field from the Supplier table and the following fields
from the Product table in the query: ProductiD, ProductName, and Price. Save the query as
ResaleProductsWithMarkup. Display the markup amount in a calculated field named Markup
that determines a 10% markup based on the Price field values. Set the Caption property to
MarkUp for the calculated field. Display the query results in descending order by Price. Save
and run the query.