Open the Drivers report in Design view. Modify the record source of the report u
ID: 3691157 • Letter: O
Question
Open the Drivers report in Design view. Modify the record source of the report using a SQL statement to select allDrivers records with a Class of Adult. Print Preview the report (eight records will display). Save and close the report. For the 'Drivers' report, the record source was not modified using a SQL statement to select all Drivers records with a Class of Adult. Open the Drivers report in Design view. Modify the record source of the report using a SQL statement to select allDrivers records with a Class of Adult. Print Preview the report (eight records will display). Save and close the report. For the 'Drivers' report, the record source was not modified using a SQL statement to select all Drivers records with a Class of Adult.Explanation / Answer
Answer for Question:
This below SQL SELECT statement will list the all the drivers records with class of adult
SQL statement to select all Drivers records with a Class of Adult.
SELECT * FROM Customers where Drivers.records = 'Adult';
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.