Question: Create a new query in Query Design View with the following details: Add the Client and ClientSoftware tables. Add the ClientName and ProjectStart fields from
- Create a new query in Query Design View with the following details:
- Add the Client and ClientSoftware tables.
- Add the ClientName and ProjectStart fields from the Client table and the SoftwareCode field from the ClientSoftware table.
- Set the criteria for the SoftwareCode field (using the 'in' keyword) to only include the software codes ONBD, RECR, and SCRE.
- Using the expression builder, create a new field named IsCorp.
- Within the expression builder, use the iif function to populate the IsCorp with 'True' if the client name contains 'Corporation' and 'False' if not.
- Save the query as CorporateNewHireClients and run the query. Close the CorporateNewHireClients query.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
