How do i call a existing query and use its fields.
i have the following
CountFollowups is my query.
But i keep getting the error 3001. Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another
i have the following
Code:
Dim cnn As ADODB.Connection
Dim rs As New ADODB.Recordset
Set cnn = CurrentProject.Connection
rs.Open "CountFollowups", cnn
CountFollowups is my query.
But i keep getting the error 3001. Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another