So what is the problem or error message? Is cmbSelectDirector a number?
This doesn't look like the right syntax to open a recordset (qryDirectorReviews1.OpenRecordset mySQLstmt) - CurrentDb.OpenRecordset mySQLstmt
You don't want to open a recordset anyway - you need to set the form's record source to your sql statement or a query that references the combo control, but not on the Change event. This event fires for each character you add or delete from the control. Move the code to the AfterUpdate event and set the form record source as mentioned. You may have to follow that assignment with Me.Requery.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.