Results 1 to 6 of 6

Thread: Data Report Helppppp

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    3

    Data Report Helppppp

    Im using a access mdb file that contains some datas. How can I send them into datareport page for example i have to send only datews between 01/01/2005 and 01/01/2006.. Or is there any way to do it into datagrid ?

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

    Re: Data Report Helppppp

    Hi Galatyali!!!

    Im using a access mdb file that contains some datas. How can I send them into datareport page for example i have to send only datews between 01/01/2005 and 01/01/2006
    Try creating a query first in ms Access database that will display the dates...You may either use an SQL statement using SQL view or just manipulating (between)...Then add a data environment bound to that query...
    After that, add rpttextboxes for the fields bound to that query...

    Greg

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    3

    :(

    Sorry mate but i didnt understand what ur trying to explain. anyway I already have a database so i need teh code or something to put in a commandbox thats all. i dont know how to use sql

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Data Report Helppppp

    I don't think you meant to create a whole new thread, so I merged the one you created with this one.

  5. #5
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Data Report Helppppp

    You could try something like...

    VB Code:
    1. SELECT * FROM Table WHERE DateField BETWEEN Date1 AND Date2
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  6. #6

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    3

    Re: Data Report Helppppp

    I can list my data between dates im asking how can i send them into datareport to print or is there any other way that prints datagrids list....

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