Hi,
I have looked for solutions to this but can't find one that exactly matches it so here goes. With the following code I get the error 3061 - Too few parameters. Expected 2:
Private Sub Command22_Click()
Dim lngPaint_Order_ID As Long
Dim strSQL As String
Set rs = New ADODB.Recordset...