Computing for Business & Economics I I
By: Amal Kamal, Aadil Azhar, Ayesha Ali Zeb, Ayesha Faisal, Saleena Rizwan, Yusra Faraz,
Eman Attique
Company Chosen:
ACCESS
Q1) Make a query displaying the Product Code. Discount Code. Store Name and Discount
Amount for products with a discount amount above 20
Q2) Display the products and their Quantity made and sold which are “Kurtas”
q3) display a table that includes the product code, product description which is “kurta” or
“tank top”, which has been restocked and the restock quantity is above 1000
Q4) CREATE A QUERY THAT DISPLAYS THE PRODUCT THAT are a size large or
extra large and that have a discount date that ends before 31/12/2024
q5) create a query to display lawn products that have a quantity made less more than and
equal to 500 and quantity sold less than and equal to 4000.
q6) make an iif statement for a new category “Product Type” where if the price is less than
5000 then the product type is affordable and otherwise it is expensive
IIf([Price Table].[Price]>5000,"Expensive","Affordable")
For affordable
For expensive
q7) can i get hooyahhhhhh
Make a calculated field for quantity demanded by subtracting the quantity nsold from the
quantity made, restock is no and its in ascending order of quantity made
Formula: Quantity Demanded: [Production Table].[Quantity Made]-[Production
Table].[Quantity Sold]
q8) calculate the discount price
Discount Price: [Price Table].[Price]*(1-([Price Table].[Discount Amount]/100))
q9) use the group by option to find the minimum price and sort the data in ascending order
q10) delete the products that have a price more than 10000
q11) create a cross tab query with row heading, region, product code as column heading and
quantity sold should be the value.
q12) cREATE A FORM DISPLAYING THE STORE NAME, STORE ADDRESS PROVINCE
REGION PRODUCT CODE AND PRODUCT SALES. ALLOW ACCESS TO NEXTR
RECORD
Q13) MAKE A FORM FOR THE PRICE TABLE. FORMAT IT, INCLUDE BUTTONS AND
FORMAT WITH COLOURS
\
q14) iif statement, if size small available then have it display available otherwise not available
=IIf([Size]="S","Available","Not Available")
q15) create an ungrouped report inclkuding the product and whether it was restocked or not
Q16) CREATE A GROUPED REPORT FOR PRODUCT CODE PROD DESCRIPTION SIZE
AND QUANTITY MADE