Results 1 to 2 of 2

Thread: filtering records into temporary file

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 1999
    Posts
    8
    my problem is i have a sequential record structure (each record with key field) and i wanna be able to search for any of the fields and essentially filter out records which match that field (so i could say search for all the surnames called Smith and view all those records). Its essentially a filter type thing. I know i have to search through each record in a linear type thing and create a temporary file structure to view the new records. Help would be much appreciated
    DAVE

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Are you familiar with SQL? I think most people would use SQL to perform a query according to certain requirements.

    You can create a recordset by executing an SQL query, and then use that recorset however you want.
    Harry.

    "From one thing, know ten thousand things."

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