Results 1 to 2 of 2

Thread: data control to display only certain records

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2000
    Location
    bebenia, PA, USA
    Posts
    241
    i have a subroutine that prompts the user for a case number; if they type in 000000 i need all the cases w/ 000000 to show up in the form and the user can click the arrow on the databound control to go through only the records with a case number of 000000

    also how could i show all these records using a grid; i need a number they input to pull up a grid w/ all the records relating to that inputted number; like the 000000. So every case number w/ 000000 would appear in the grid. It needs to be exchangeable though depending on what number is entered by the user.

    Need serious help!!!!

    Thanks

  2. #2
    Member
    Join Date
    Jan 2000
    Location
    Singapore
    Posts
    59
    Hi,
    While you setting the recordsource property for the data control use the sql with like operator. Then you will have all the records with the number entered in the text box.

    thanks
    karun

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