You are creating a query that lists employee information such as name, address, and dependent information.
The query uses Personal Information as the driving table and joins the Dependents and Address tables. You notice many employees are missing from the result set. What are the reasons?
You have a field in Job Information that stores the assignment of an employee to a Generic Object record for a Company Car Company Car records include an Assignment Date of the Car. You want to create a query that includes the Employee Information, and also include the Assignment Date of the Car. You add the Job Information Table to Query Designer. What steps do you take to accomplish the query? Note; There are 2 correct answers to this question.
As a report owner, you want to share a table report with a user.
What must you configure to ensure the user can access data?
Note: There are 2 correct answers to this question.
In Query Designer, you are trying to create a conditional expression to relabel a field. You create the following expression:IF([User#Basic User Information#Gender] = "M" , "Male" : "Female")You received an error message saying the formula could NOT be computed. Which symbol in your expression is causing the error?