CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: princebrainbox

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    7,089

    Re: Data Report

    I created the Data report with Data Environment;
    While I bound the text controls to Ado Data Control (Adodc1)


    'Filter Code
    Private Sub cmdFilter_Click()
    On Error Resume Next
    With...
  2. Replies
    20
    Views
    26,564

    Date Comparison

    Which code should I use to compare two different date in VB6. That is to know if the dates

    are equal or less than or greater than the other one
  3. Replies
    6
    Views
    7,089

    Re: Data Report

    Thanks for your Quick Reply
    But using Where LNAME = 'JOHN' will limit the query to always retrieve LNAME with JOHN.

    I want a dynamic situation whereby I may want to retrieve any LNAME and not...
  4. Replies
    6
    Views
    7,089

    Data Report

    I created a VB6 program which I linked to MS-Access(.mdb) using AdoData Control. I created a Data Report which displays all the records in the table.

    Now, I want to be able to FILTER any desired...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured