Results 1 to 4 of 4

Thread: Data report "report Header"

Threaded View

  1. #3

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    584

    Re: Data report "report Header"

    brucevde:
    hi,i try the method from your guide.but have error message appear


    this is the current code:
    Code:
    While Not rs.EOF
            If IsNull(rs("OtHours").Value) Then
                total = total + 0
            Else
                total = total + rs("OtHours").Value
            End If
            rs.MoveNext
        Wend
        rs.MoveFirst
    please help!
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width