I need steps on how to answer question 5.
Create a new query in Query Design View based on the Consultant table with the following instructions to test the new custom function, the Travel function, as used within the query:
a.
Use LastName, Reside, and Salary fields from the Consultant table. Create a new calculated field named TravelExpense that uses the new Travel function with the Reside field for the CountryValue argument and the Salary field for the SalaryValue argument. Save the query with the name TravelCalculation and then display it in Datasheet View to test your new custom function and calculated field. Close the TravelCalculation query.
b.