I have an access 2000 database with a table having 123 records and approx 255 fields. Access is very slow. I am wanting to break the table into two or more smaller tables splitting the fields between them. I am hoping this will provide faster access using a JOIN statement in SQL to query the tables.
How do I split this table using SQL. I have looked at the ALTER TABLE, CREATE TABLE, and UNION statements but none seem to apply. Is there a way ???
Also, how do I count and/or list the fields in a table using SQL???
I am assumeing that SQL can do everything.
Thanks, TNN Tom
TNPAYROLL@AOL.COM [sig]<p>TOM<br><a href=mailto:WWW.TNPAYROLL@AOL.COM>WWW.TNPAYROLL@AOL.COM</a><br>[/sig]
How do I split this table using SQL. I have looked at the ALTER TABLE, CREATE TABLE, and UNION statements but none seem to apply. Is there a way ???
Also, how do I count and/or list the fields in a table using SQL???
I am assumeing that SQL can do everything.
Thanks, TNN Tom
TNPAYROLL@AOL.COM [sig]<p>TOM<br><a href=mailto:WWW.TNPAYROLL@AOL.COM>WWW.TNPAYROLL@AOL.COM</a><br>[/sig]