Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help with some Microsoft Access questions I am trying to modify the record source of the report using a SQL statement to select
I need help with some Microsoft Access questions I am trying to modify the record source of the report using a SQL statement to select only Client records with an ExpectedGraduation of 2020. The table name is Clients and the record name it needs to pull from is ExpectedGraduation and it needs to only pull the records if ExpectedGraduation is 2020. I tried using SELECT * FROM Clients WHERE [ExpectedGraduation]=2020;
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