What would be the best method for searching through a client table. I want to find a record matching lastname and firstname. I have it using a loop right now goign through the whole table. But it takes a long time to run. Can you use a seek or search function to find a record with matching first and last name??