Question
I'm not sure how I could add an access file on here. But I need help with this step in my project. I am clueless
I'm not sure how I could add an access file on here. But I need help with this step in my project. I am clueless when it comes to access. I hoping to get some steps to get started. Thanks
Create a query to calculate the number of days between the date an order was placed and the date the order was shipped for each order. Use Query Design, from the Customers table, include the fields CompanyName, ContactName, ContactTitle, and Phone; from the Orders table, include the fields OrderID, OrderDate, and ShippedDate; from the Order Details table, include the Quantity field; from the Products table, include ProductName field. Add a calculated field named DaysToShip to calculate the number of days taken to fill each order. (Hint: The expression will include the OrderDate and the ShippedDate; the results will not contain negative numbers.) Add criteria to limit the query results to include any order that took more than 30 days to ship in the past six months (based on the dates in the file, not actual time). Sort the query by ascending OrderID.
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