Split a table into two (1 Viewer)

flaghippo

Registered User.
Local time
Today, 02:32
Joined
Jan 22, 2012
Messages
19
Hi all
I have a table which basically has got too large far too many fields
I need to split into two tables and then link
Does anyone have any ideas how to do this ?
Thanks
Flaghippo
 

David R

I know a few things...
Local time
Today, 04:32
Joined
Oct 23, 2001
Messages
2,633
What are your fields?

I'll bet you even money that you need to normalize your database, rather than split your table in half. Google it or search the forums.
 

flaghippo

Registered User.
Local time
Today, 02:32
Joined
Jan 22, 2012
Messages
19
Hi thanks for your reply
My table has go far too big approaching 256 fields
I Could easily split Into 3 or 4 tables and then link together
The table has a few thousand records so I need to find as easy way do this.
Thanks flaghippo
 

David R

I know a few things...
Local time
Today, 04:32
Joined
Oct 23, 2001
Messages
2,633
Please list any fields you have that end in 1, 2, 3, 4, etc. Or upload a screencapture of your table Design window.

Access is NOT a spreadsheet.
 

Rabbie

Super Moderator
Local time
Today, 10:32
Joined
Jul 10, 2007
Messages
5,906
Hi thanks for your reply
My table has go far too big approaching 256 fields
I Could easily split Into 3 or 4 tables and then link together
The table has a few thousand records so I need to find as easy way do this.
Thanks flaghippo

I agree with David R that your table is almost certainly not normalized. Access tables should be slim and tall not short and broad.

Use google to research database normalization. The academic sites are often the best for this.

This link will give you an overview.
 

Users who are viewing this thread

Top Bottom