|
-
Apr 15th, 2000, 03:13 AM
#1
Thread Starter
New Member
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
-
Apr 16th, 2000, 12:09 AM
#2
Guru
What is your data source and how are you connecting to it?
-
Apr 16th, 2000, 12:58 PM
#3
Try this
example:
"SELECT * FROM tblCustomers WHERE fldLastName = 'Smith'"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|