Results 1 to 15 of 15

Thread: Sorting for DataReport?

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    344

    Sorting for DataReport?

    Hi, Im using a datareport for my report. I have the following fields in my report, "index", "name", "age" and "height". What I need is that the user are able to sort the reports, which means that they can select by "index" and "age" from and to. Is there any ways I can be able to do this?


  2. #2

  3. #3
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,024

    Re: Sorting for DataReport?

    Are you using MS access as your backend?


  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    344

    Re: Sorting for DataReport?

    Quote Originally Posted by KGComputers
    Are you using MS access as your backend?

    Yes.

  5. #5
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,024

    Re: Sorting for DataReport?

    Hi,

    Try creating a queries in your database and apply the criteria for sorting for index and age...Then in your data report, use the queries as your record source...

    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    344

    Re: Sorting for DataReport?

    Mind if you can show examples? Thanks alot!


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