ACCESS 2016, too many fields defined error

Anonymous
2015-12-29T01:14:32+00:00

My query give me an error TO MANY FIELDS DEFINED. When i count the fields i have only used 226.

What is causing this?

Thanks for any help

ed

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2017-12-22T00:15:56+00:00

Not without using subreports because once tied together they will be over 255.

Side note:  Sounds like the person who advised you is using far less of the data in the tables than you, is that so?

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2017-12-05T00:47:27+00:00

Not into word into the window on the web page in the link I posted.

Hmm, yep you need to bring it into a clean one again.  Note, what you downloaded was probably flat file format which means that is the way they display it not store it.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2017-12-04T21:51:05+00:00

Passing on secret tip....

To format queries for easier reading, go to...

https://sqlformat.org/

Just copy in the SQL and click the Format SQL button.  (Really wish that was built into Access!)

No problem glad to help.  And hopefully, this post never disappears!

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2016-01-07T22:57:03+00:00

No problem... will get a message even if you reply 10 years from now! :)

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2015-12-29T01:41:09+00:00

Hmm, could be one of those deceptive messages because there is also a 1.024 character limit and spaces count!

That said, a query with that many fields is the *real* concern.  It sounds like an UN-normalized structure.  Why so many fields in the query?

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

64 additional answers

Sort by: Oldest
  1. Anonymous
    2015-12-31T00:46:18+00:00

    Well, let's start with... if I did not have the time I would say so.  Second, I love to come here and help people out or I wouldn't be here.  Best fun seeing what people do with Access (and every once in a while I learn something new)... that said, on to your issue...

    Compact & Repair does set values back to zero BUT, in my experience, it is not reliable and does not always work which is why I recommend the new database which always works.  I have seen Compact & Repair mess up the Autonumber key, very annoying!  So much so there are multiple site with ways to fix.  Now, don't get me wrong C&R is great and I use it quite frequently while developing but it has it's place and I never use for resetting.

    The same with *analyze performance* not guaranteed so again, I opt for the new database.

    All that said your case may be different because there is a third party file involved.  In this case, without seeing the third party file (and nope, not going to go pay for that, even I have limits) I can't say if there is a better way or whether your way is the best way.  I can say if it works for you then go for it.

    As for Microsoft, no more *free* support except what is offered in the different Forums (and or websites) and that help is manned by volunteers (unpaid I might add, so you know we love what we doing).

    Was this answer helpful?

    0 comments No comments