Using the cleaned up code, I get an error that highlights the following fields:
Code:
.RowSource = "SELECT [CUA#] " & _ "FROM [tblVEHICLE_DETAILS] " & _ "WHERE [Department]=" & Me!Department
Comment