Results 1 to 2 of 2

Thread: [RESOLVED] record selection

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    146

    Resolved [RESOLVED] record selection

    i am having a form in vb 6.0 that gets the data from an access database between dates in dtpicker1 and dtpicker2 . now i want to display this data in a report i am having cr 8.0 . and i am using the following record selection formula for that but the output is a blank report plz tell me the solution.

    VB Code:
    1. rpt.RecordSelectionFormula = "{DATA.invd}>   #" & Format$(Form27.DTPicker1.Value, "mm-dd-yyyy") & "#  AND {data.invd} < #" & Format$(Form27.DTPicker2.Value, "mm-dd-yyyy") & " #"

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    146

    Re: [RESOLVED] record selection

    done

    just hav to put <= rather than <

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