MS Access (Extending table Limits)

jonathanisaac

New Member
Joined
Apr 30, 2003
Messages
1
I have a table which has 162 columns. I want to export the data into .txt file, but access does not support tables with columns more than 139 columns it gives the error "<Fieldname> contains start positions of 32769. the maximum start position allowed is 32767"

pls tell me how to over come this problem. I cannot remove any columns all are of great importance.[/b]
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Could the 32767 be the maximum width of a text file that Access will create? I did a quick calc and 32767/139 (the number of columns you could get) gives an average width for each column of 235. If you have a lot of text coulmns, are they set at a width of 255? If so, do they need to be? Could you narrow some columns? Keep in mind that I am guessing to some degree here.

HTH

Seti
 
Upvote 0
Hi jonathanisaac,

I hate to say it, but it is very unlikely that you need more than 139 columns. Even if the data is important, I doubt that you have it organized correctly. Each column should be a field, and I can't see how one peice of information would have 162 different fields associated with it.

If you must have this many fields, split the table into two tables, and relate them one to one.

If you post some sample data, maybe we could see what's going on with all those fields.

HTH,
 
Upvote 0

Forum statistics

Threads
1,221,526
Messages
6,160,340
Members
451,637
Latest member
hvp2262

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top