Jan 3, 2003 #1 SchoonDog Programmer Joined Dec 13, 2002 Messages 10 Location CA Hi Everyone, Is there a way to enhance the speed of a query on a rather large table? I have a table of almost 2 million recs and I am doing a name search on the full or partial name but it seems to be taking a very long time. Any ideas? Schoon
Hi Everyone, Is there a way to enhance the speed of a query on a rather large table? I have a table of almost 2 million recs and I am doing a name search on the full or partial name but it seems to be taking a very long time. Any ideas? Schoon
Jan 6, 2003 #2 mp9 Programmer Joined Sep 27, 2002 Messages 1,379 Location GB Is the field indexed? This would makes searches faster, although it would marginally affect the speed of data additions/updates. http://www22.brinkster.com/accessory/ Upvote 0 Downvote
Is the field indexed? This would makes searches faster, although it would marginally affect the speed of data additions/updates. http://www22.brinkster.com/accessory/