L
Louis Levine
I have a very large table (100 fields) and was considering breaking it up
into two that are connected by a 1 to 1 relationship. I could then use a
query to join the tables, and view it as if it were one big table.
My main reason for doing this is that speed (more available indexes) and I
don't want to rework and check thousands of lines of code. This seemed like
a relatively simple way to do it.
Does anyone have any experience with or thoughts on this?
Thanks,
Louis
into two that are connected by a 1 to 1 relationship. I could then use a
query to join the tables, and view it as if it were one big table.
My main reason for doing this is that speed (more available indexes) and I
don't want to rework and check thousands of lines of code. This seemed like
a relatively simple way to do it.
Does anyone have any experience with or thoughts on this?
Thanks,
Louis