Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Complete the following steps: ( 5 pts ) Create a new field in Clients table named Client _ Phone. ( 5 pts ) Set the

Complete the following steps:
(5 pts) Create a new field in Clients table named Client_Phone.
(5 pts) Set the Client_Phone field to an appropriate data type and add a mask with symbols e.g.(655)337-0776.
(5 pts) Make Client_Phone a required field. Disregard any warning messages.
(5 pts) Demonstrate that the field works correctly by adding a new record using your name in the ClientName field, AUM as the Street, and a sample phone number in the new Phone field e.g.(123)456-7890.
(5 pts) In the Clients table, add a new field named Commercial. Assign this field a binary data type.
(5 pts) Set the default value for the Commercial field to Yes.
(5 pts) In the Clients table, add a new field named Service_Years. Assign this field a number data type.
(5 pts) For the Service_Years field, set a validation rule that limits input values to less than 10.
(5 pts) For the Service_Years field, if the user input is not less than 10, display Select a value less than 10.
(5 pts) Create a copy of the UnmatchedTasksquery. Name it UnmatchedTasks_Your student ID (e.g. UnmatchedTasks_jclaibo1) and use this query for steps 11-14.
(5 pts) Add the ProjectID field from the ProjectLineItems table.
(5 pts) Remove the existing criteria in theTaskID column.
(5 pts) Limit the query results to those with a TaskID of CODE04 and ProjectID values less than 10.
(5 pts) Create a calculated field named Quantity_Excess calculated by increasing the Quantity field by 50%
(5 pts) Set the Navigation Pane to display the objects by Details.
(5 pts) Set the Navigation Pane to sort by Name in descending order.
(5 pts) Recreate the following data in Excel

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Hands-On Database

Authors: Steve Conger

2nd Edition

0133024415, 978-0133024418

More Books

Students also viewed these Databases questions