I am trying to run a query in VB and every time it gets to the query I get a Compile Error: Object Required for stSQL.
Any ideas on what is going on????
Private Sub cmdStartForm_Click()
If (Me![lstMonth].Value = Null) Then
MsgBox "Please highlight a Month.", vbOKOnly
End If...