Results 1 to 2 of 2

Thread: Want help to create ADO report thru code...

  1. #1

    Thread Starter
    Hyperactive Member jeba's Avatar
    Join Date
    Feb 2000
    Posts
    265

    Smile

    Hi there!
    I just want tips or any help from u regarding the creation of ADO reports through code. Please help me.
    I am using MS-Access as the back end.
    thanks in advance.
    J£ßä

  2. #2
    New Member
    Join Date
    Nov 2000
    Location
    US of A
    Posts
    5

    VB reports

    Are you using MS data environment to create the command object? Or are you calling in the Acces reports from the VB app?

    If you are using the VB Data Environment you can use the Command object in your code just like you use the ADODB coomad object in your code.

    A simple example would be

    with dataenvironment1.rscmdyourcommand
    .open
    .Fileter="NightLight"
    .close
    End With

    Datareport.show

    to get more info visit this site

    http://msdn.microsoft.com/library/de...rtdesigner.htm

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