Search results

  1. S

    Vb Help

    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...
  2. S

    Compile Error: Object required

    compile error: object required- - - -Help! On a form I am trying to update a table with Month and Year that user chooses. I did a test and know that the date from the form is coming through good. The error I get is a compile error object required on the Set stSQL = "......." Private Sub...
Back
Top Bottom