Hi Lyle,
To answer your questions...
"Lyle Fairfield" <lylefairfield@aim.comwrote in message
news:1152678168.979037.181270@s13g2000cwa.googlegr oups.com...
Quote:
GCM wrote:
Quote:
>But with 4,000,000 records a query runs really slow... that's why I want
>a
>new table with a permenant field...
>
Runs really slow for what?
The searches run really fast, but any query takes a few minutes to run.
Quote:
>
Do you load a form with all 4 000 000 records?
Yes, and it works well.
Quote:
>
Do you print a letter to them all?
No, its for information look-ups only... no changes or additions by the
user.
No
Quote:
>
Who are the four million people whose names you have?
It is a death record index for an entire state to be used by genealogists,
school class searches, lawyers, bondsmen and etc. It has already been in use
for a couple of years and would be much easier to use with the names
combined in a string by using a "Start of Field" search.
Quote:
>
What happens to the size of your database when you create this new
table?
Good question. It jumped from 979,848kb to 1,346,052kb, but when I delete
the old LName, FName, MName fields and then delete the old table (no longer
needed) I'm sure the size will drop, perhaps even lower than the original.
Quote:
>
It's certainly true that something would run slowly for these four
million records: the make table query "SELECT INTO ... " How would you
keep this new table current? When one person changes his/her name, when
you find one spelling error do you delete and then recreate this Table?
When one person is added to the list ... ?
Again, there will be no updates, ever.
Quote:
>
When you want a subsetof these names, say all the "Howards" will it be
slower to filter out the other records when LastName is one field or
when LastName must be extracted from the entire name field?
You can run a filter select all Howards or selecting all Howards in a
certain county in only a second or two. Very fast. There are only 6 fields
per record.