Increment of Records

K

Katende Timothy

Hi,
I have developed an access database but how do i
increase the number of records above its maximum value
which is about 33000 records for Access Professional. Or
alternatively is there any other version of Access with a
larger Records value than that of 33000.
Thanks
Timothy.
 
V

Van T. Dinh

33000 Records in a Table is tiny and there is no limit on the number of
Records in a Table. There is a size limit on the mdb file (1 GB for A97 and
2 GB for A2K and AXP).

Where did you get the impression that an Access Table is limited to 33K
Records?
 
J

Jeff Pietsch

Do you have a field in the table that you are using as a
record counter? If yes and it is defined as an integer
then the largest number it can be is 32767. If this is
the case, then change the field to a Long Integer.

JP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top