G
Guest
What is the maximum (limit) for number of fields you can define for a form?
Greathings from Gustaf
Greathings from Gustaf
SusanV said:I can't imaginer the amount of screen real-estate you'd need - it boggles
the mind!
Gustaf1869 said:Sorry i'm not that lucky!
and
754 seems to be some kind of a dream number.
I would be happy if it would be possible to define 270 fields, but
the real limit seems to be 255. That's the background to my question!
When i am trying to define the field no 256 in the datasource for my
form the result is that all fields disappear and i get the message
that to many fields are defined.
I have been told that the program "remembers" old fields even after
they have been removed and thats why i'm started from scratch with a
new form and copied all controlls etc to the new form. The result was
still not possible to define more than 255 fields.
I am using Office 2003.
It would be nice to get some real explanation from someone who knows
Gustaf1869 said:Hello Dirk!
Thank you for your answer, but it looks like there must be some other
limit than the limit of 255 fields in a table(wich I did not know
about).
In my form I am using fields from 3 different tables no one bigger
than 154 fields.
-table 1 has 103 fields
-table 2 has 154 fields
-table 3 has 44 fields
I am of course not using all fields from all the three tables and the
fields I am using are not all beeing visible at the same time.
My question from the beginning has NOT been "how many controls" I can
use in a form but how many fields I can define in a form (the
datasource).
I think there have been some missunderstanding about
that.
When I tryed to add field no 256 in the datasource the fieldlist
shown in forms designmode became empty(all fields was still defined
in the datasource but Access did not recognize any one of them).
Sorry about my limited langugeknowledge in English. Hope it is
possible to understand my Accessproblem anyway.
Gustaf1869 said:I think I have found the answer to my problem. There is also a limit
of 255 fields in a question and in my datasource in my form i am
using a Select where I am trying to pass the limit of 255.
So now I have to find some solution for that problem.