TOO MANY FIELDS DEFINED ---- CAN U HELP ?

M

Michel Mondor

I am currently building a Dbase for controlling the flow
of workorders in my small business. It currently has 147
fields defined. The data type of those fields are either
text or numbers. In some cases, when I went to change
the field size to either a larger or smaller value, I got
a "too many fields defined" error message. Even after
deleting some fields and dropping to my actual number of
147 from a previous 163 fields, I still get the same
message.

Any ideas ? Thanks

Mike,
 
L

Lynn Trapp

A table that requires 147 fields is likely to be non-normalized. Do you
have any "repeating" fields in your table?
 
J

John Vinson

I am currently building a Dbase for controlling the flow
of workorders in my small business. It currently has 147
fields defined. The data type of those fields are either
text or numbers. In some cases, when I went to change
the field size to either a larger or smaller value, I got
a "too many fields defined" error message. Even after
deleting some fields and dropping to my actual number of
147 from a previous 163 fields, I still get the same
message.

I agree with Lynn, that this table is MUCH too wide. 60 fields is a
HUGE table. I'm all but certain that you have some one-to-many
relationships embedded in each record!

That said... use Tools... Compact and Repair Database to recover the
altered fields. There are 255 fields allowed and each time you change
a field's properties it "uses up" one of the 255 slots; compacting
recovers them.
 
D

Duane Hookom

I agree with Lynn. However, you are allowed to add up to 255 fields but may
need to compact your database to "clean house" in your table.
 
M

Michel Mondor

Thanks for the Tip John. It works like a charm now. Can
finally go on with trying it out.

Mike
 
J

John Vinson

No they are all distinct fields. Each field of the
workorder (paper copy that is) is in that DB. In other
words, there are over 44 fields used only for parts used,
separated in 4 different "sections" (qty, inventory #,
description, remarks).

If these are qty1, qt2, qt3, ... qt11; inventory#1, inventory#2,
inventory#11 and so on... then Lynn is absolutely correct and your
table is going to provide endless trouble.
 

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

Similar Threads

Too Many Fields Defined 3
Too many fields defined 1
too many fields defined 3
Too many fields defined 2
too many fields defined 1
Too many fields? 7
Too Many Fields Defined 1
too many fields defined 2

Top