Answered step by step
Verified Expert Solution
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:
pts Create a new field in Clients table named ClientPhone.
pts Set the ClientPhone field to an appropriate data type and add a mask with symbols eg
pts Make ClientPhone a required field. Disregard any warning messages.
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 eg
pts In the Clients table, add a new field named Commercial. Assign this field a binary data type.
pts Set the default value for the Commercial field to Yes.
pts In the Clients table, add a new field named ServiceYears. Assign this field a number data type.
pts For the ServiceYears field, set a validation rule that limits input values to less than
pts For the ServiceYears field, if the user input is not less than display Select a value less than
pts Create a copy of the UnmatchedTasksquery. Name it UnmatchedTasksYour student ID eg UnmatchedTasksjclaibo and use this query for steps
pts Add the ProjectID field from the ProjectLineItems table.
pts Remove the existing criteria in theTaskID column.
pts Limit the query results to those with a TaskID of CODE and ProjectID values less than
pts Create a calculated field named QuantityExcess calculated by increasing the Quantity field by
pts Set the Navigation Pane to display the objects by Details.
pts Set the Navigation Pane to sort by Name in descending order.
pts Recreate the following data in Excel
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