Can anyone tell me whats wrong with this line of code?
DoCmd.OpenReport "rptOverview", acViewPreview, , "WHERE [CarID] = " & Me.cboCar.Value
I'm getting a missing operator error (3075)
..its supposed to open a report based on what record the user selected from a combo box
thanks