Results 1 to 3 of 3

Thread: data listing

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Location
    Madhya pradesh,India
    Posts
    31

    Red face

    Dear friends,
    I have connected my odbc connection using ADO.I have 5 to 6 fields.I am displaying my first in a datacombo,on selecting a data in datacombo i am searching the recordsets matching to datacombo.text.
    My requirement is i want to display the field2 in a datalist which will display the filtered recordset(field2) and the remaining fields i want to diplay in textboxes.Here on selecting a data in the datalisting the other field in the table should change dynamically.

    KINDLY HELP ME !!!!!!

    MAHADEVAN

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    this sets the recordset to the current record selected in the databcombo. dat is a dataenvironment and rsqTest is a recordset.
    Code:
    Private Sub DataCombo1_Click(Area As Integer)
    If Area = 2 Then
        dat.rsqTest.Bookmark = DataCombo1.SelectedItem
    End If
    End Sub

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Location
    Madhya pradesh,India
    Posts
    31

    Post

    Hi,Thank u so much for responding me.I will test it ask for clarification if any.

    Regards

    Mahadevan

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