PhilipBenno said:
I have 235 Fields on one table when I try to add any more and come to
save this table I get a error message saying Too Many Fields Defined,
I need to Create another 15, is this possible or how do I get round
the problem ??
I am glad you have been able to resolve your question, but I suggest
that your problem is really normalized data or the lack of it.
From your description it sounds like you may have samples to which a
number of test are done and you want to record the results of each test.
The proper design for this would be one table with a list of the samples
linked to a second table with the results of the test. You may have just a
couple of fields in each table.
Using a form you could show and or record the sample data at the top of
the form and the list of test along with results dates etc. under it.
They would be linked by an ID field with a unique ID for each sample.
Trust us on this one. It is far better to do it this way. What happens
in two months when the boss wants to add 10 more test or wants to do some
sort of calculation of the results that can't be done as you have them now?