Question: 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
Get step-by-step solutions from verified subject matter experts
