Error in Open Statement
Your statement should read
DoCmd.OpenReport "rptOverview", acViewPreview, , "[CarID] = " & Me.cboCar
1. You can't use word "WHERE" , just use the qualifier [CarID] = and the value
2. I presume cboCar is a Combo box and it is bound to one of the column. Its value is...