![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I keep getting a run-time error that 'too many fields are defined' (it thinks there is more than 255, even when there is not). I looked this problem up at http://www.microsoft-accesssolutions...ds_defined.htm which explained it somewhat, but their simple solution of compacting the database does not help me avoid this error. Their other solution of normalizing the database to the third normal form is not practical for me (the database isn't my creation to begin with and I'm very short on time). I am wondering if others get this error and what they do about it. |
#3
| |||
| |||
|
|
I keep getting a run-time error that 'too many fields are defined' (it thinks there is more than 255, even when there is not). I looked this problem up at http://www.microsoft-accesssolutions...ds_defined.htm which explained it somewhat, but their simple solution of compacting the database does not help me avoid this error. Their other solution of normalizing the database to the third normal form is not practical for me (the database isn't my creation to begin with and I'm very short on time). I am wondering if others get this error and what they do about it. Thanks in advance, marie |
#4
| |||
| |||
|
|
"Modest Marsupial" <Marsupial (AT) mbg (DOT) com> wrote in message news:10s6lq91j8cj3fc (AT) corp (DOT) supernews.com... I keep getting a run-time error that 'too many fields are defined' (it thinks there is more than 255, even when there is not). I looked this problem up at http://www.microsoft-accesssolutions...ds_defined.htm which explained it somewhat, but their simple solution of compacting the database does not help me avoid this error. Their other solution of normalizing the database to the third normal form is not practical for me (the database isn't my creation to begin with and I'm very short on time). I am wondering if others get this error and what they do about it. In addition to the hard limit on the number of fields you can also get this if the total size of a row exceeds a certain number of bytes (forget how many specifically). Not much you can do about it except break the table up. -- I don't check the Email account attached to this message. Send instead to... RBrandt at Hunter dot com |
#5
| |||
| |||
|
|
Modest Marsupial wrote: I keep getting a run-time error that 'too many fields are defined' (it thinks there is more than 255, even when there is not). I looked this problem up at http://www.microsoft-accesssolutions...ds_defined.htm which explained it somewhat, but their simple solution of compacting the database does not help me avoid this error. Their other solution of normalizing the database to the third normal form is not practical for me (the database isn't my creation to begin with and I'm very short on time). I am wondering if others get this error and what they do about it. Thanks in advance, marie Does it go away if you copy the table, delete the original and rename the copy? This can be awful if you have many relationships on the table... -- Bas Cost Budde, Holland http://www.heuveltop.nl/BasCB/msac_index.html I prefer human mail above automated so in my address replace the queue with a tea |
#6
| |||
| |||
|
|
But the tables aren't too big (less than 100 rows). That's what's driving me crazy. I can't see what is causing Access to think there's something bigger than there is. |
#7
| |||
| |||
|
|
Bas Cost Budde, It's a recordset that I'm using (kind of as an array ...I'm a C programmer, so these "recordsets" are new to me), not a table. Should this matter? |
![]() |
| Thread Tools | |
| Display Modes | |
| |