Results 1 to 4 of 4

Thread: list view problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2006
    Posts
    84

    list view problem

    how can i add to the list view a specific data.. example on my table i want on form load only does who's first name start with R.

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: list view problem

    Take a Look this example
    Please mark you thread resolved using the Thread Tools as shown

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2006
    Posts
    84

    Re: list view problem

    what if my table is empty and i will add a new record to that table i always got and error

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

    Re: list view problem

    To add the specific data, you must first retrieve it from your database, build a recordset, and then add the recordset to the listview just like you would any old recordset.

    What is the query that you are running to return what you want?

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