i am trying to check some values from a table and display the results in a report
i get error why?
what is wrong?
this is my code
![Name: untitled.jpg
Views: 38
Size: 14.0 KB]()
any help will be appreciated
regards salsa31
i get error why?
what is wrong?
this is my code
Code:
Private Sub BttnShow_Click()
Set DtChkReport.DataSource = CN.Execute("SELECT ChkDate, ChkName, ChkNumber, ChkAccount, ChkAmount " & _ "FROM Checks WHERE " & _
"ChkDate BETWEEN #" & MyDate(Dstart.Value) & "# AND #" & MyDate(Dend.Value))
DtChkReport.Show 1
End Sub
any help will be appreciated
regards salsa31