VB help for Data Report- Using Date Range parameter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DhavalPatel1983
    New Member
    • Oct 2006
    • 6

    VB help for Data Report- Using Date Range parameter

    Hi,

    I need help in VB Datareport, my problem describe as below....

    I have one Bank application project with all the information like Deposite,Clearn ess,Check,Cash, Creadit,ATM information,Pas sbook and Maintain different type of Accounts. I use VB inbuilt data report for reporting purpose.

    now my problem is i want do display one bank statement report from date to to date in data report.

    can any one help me for this task.

    Statement in dataenvirnment like:

    select * from bankaccount where accountdate > ? to accountdate < ?

    I use one form interface for passing a parameter using dtpicter1 and dtpicer2
    and one command button as report. In form report button contain data like below

    dataenvirnment. commands(1).Par ameters(0).valu e=dtpicker1.... ..
    datareport1.sho w

    now how to pass second date parameter. Please help me...

    Thanks in Advance.

    Dhaval
    Last edited by DhavalPatel1983; Oct 20 '06, 07:36 AM. Reason: there was a typo
Working...