What is max. number of fields in access 2003 table?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know in the past it has been 256 fields but if it has been increased then
that would solve a problem I am working on now. I have one table linked to
another but it would be much easier if one big table.

Thanks for the assitance.
 
In all likelihood, the problem isn't the limit on the number of fields
(which hasn't changed), but the design of your table. Is the table
normalized? I've never seen a normalized table with more than 50
fields...let alone 255.
 
Bamafan said:
I know in the past it has been 256 fields but if it has been increased
then that would solve a problem I am working on now. I have one table
linked to another but it would be much easier if one big table.

One might think that it would be easier with one big table, but that is
not the way databases work. They are designed to work "normalized."

Normalizing takes as little more thought and work on your part, but the
results are there.
 
I know in the past it has been 256 fields but if it has been increased then
that would solve a problem I am working on now. I have one table linked to
another but it would be much easier if one big table.

Thanks for the assitance.

Still 255... and as Joseph and Paul say, that's PLENTY.

You almost certainly have one or more one-to-many relationships
embedded in each of these wide-flat records. Could you describe the
content of the table? Dollars to donuts someone can suggest a proper
relational structure rather than your current spreadsheet!

John W. Vinson[MVP]
 
You are correct it is not normalized but there is no repeating data either. I
have since got the problem solved when I was able to fix the relationship
between the two tables.

Thank you for your assistance!
 

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

Back
Top