A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Table columns



 
 
Thread Tools Display Modes
  #1  
Old March 7th, 2005, 10:13 PM
Jeff Stroope
external usenet poster
 
Posts: n/a
Default Table columns

Does anybody know if there is a limit on how many rows and columns are
allowed in an access table?

Thanks.
  #2  
Old March 7th, 2005, 10:22 PM
Rick B
external usenet poster
 
Posts: n/a
Default

Go to help and type "SPECIFICATION"



"Jeff Stroope" wrote in message
news
Does anybody know if there is a limit on how many rows and columns are
allowed in an access table?

Thanks.



  #3  
Old March 8th, 2005, 01:21 AM
John Vinson
external usenet poster
 
Posts: n/a
Default

On Mon, 7 Mar 2005 14:13:03 -0800, Jeff Stroope
wrote:

Does anybody know if there is a limit on how many rows and columns are
allowed in an access table?


255 fields ("columns"), an absurdly high limit (a 60 field table is
*extremely* wide). More critically, there's a hard limit of 2000
characters *actually used* in any single record - that is, you can
define a table with 255 fields of 100 bytes each, and even put a lot
of data into it, but you'll get an error the first time you try to put
ten characters into each field.

There is no explicit limit on the number of rows; you're limited to 2
GByte (1 GByte for A97 and older) in any single .mdb file. In practice
a 10,000,000 row table is getting pretty big.

John W. Vinson[MVP]
  #4  
Old March 8th, 2005, 11:31 PM
Jeff Stroope
external usenet poster
 
Posts: n/a
Default

Thanks John.

"John Vinson" wrote:

On Mon, 7 Mar 2005 14:13:03 -0800, Jeff Stroope
wrote:

Does anybody know if there is a limit on how many rows and columns are
allowed in an access table?


255 fields ("columns"), an absurdly high limit (a 60 field table is
*extremely* wide). More critically, there's a hard limit of 2000
characters *actually used* in any single record - that is, you can
define a table with 255 fields of 100 bytes each, and even put a lot
of data into it, but you'll get an error the first time you try to put
ten characters into each field.

There is no explicit limit on the number of rows; you're limited to 2
GByte (1 GByte for A97 and older) in any single .mdb file. In practice
a 10,000,000 row table is getting pretty big.

John W. Vinson[MVP]

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Design help, please SillySally Using Forms 27 March 6th, 2005 04:11 AM
transpose john Using Forms 1 November 24th, 2004 06:16 PM
Table Wizard Does Not Set Relationship if Foreign Key and Primary Key Name Do Not Match Exactly in Case. HDW Database Design 3 October 16th, 2004 03:42 AM
Complicated Databse w/many relationships Søren Database Design 7 July 13th, 2004 05:41 AM
Converting a table with rows of info into a table with columns Ernie Database Design 8 June 15th, 2004 01:59 AM


All times are GMT +1. The time now is 08:06 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.