I'm having trouble including a integer variable into an SQL statement.
If I substitute the variable for the numeric 1, it works as expected.
The code is:-
Dim intClientId As Integer
Dim strSQL As String
Dim rs As DAO.Recordset
Dim strWhereStatement As String
Dim strQryFile...