Search results

  1. A

    ACC2000: Year Calendar Report

    How to invoke the call function in code? Pls provide the code? Function getCalendarData(employeeID As Long) As Boolean Dim rs As DAO.Recordset Dim strDate As String Dim strCode As String Dim strSQL As String Dim i As Integer '//Set rs = CurrentDb.OpenRecordset("t_employeeAttendance"...
  2. A

    ACC2000: Year Calendar Report

    Error argument not optional occurs at Call getCalendarData How to make your code work? Function getCalendarData(employeeID As Long) As Boolean Dim rs As DAO.Recordset Dim strDate As String Dim strCode As String Dim strSQL As String Dim i As Integer '// setup sql to retrieve one employee's...
Back
Top Bottom