473,385 Members | 1,732 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How do I fix my too many fields defined Problem?

3
I have a database I'm building to replace a paper form. This is a quality inspection form. We have 35 Quality checks we do every few hours for each line. The form they have now is 2 pages. The front page is information about the job. The back page is the inspections.

I want to create the database form in such a way that it will look identical to the hourly employees using it.

I created four tables, three for the information on the front page, and one for the inspections.

When I created the form, I got halfway through the front page, and I am now running into "too many fields defined". There is a section that has an option for every half hour of production (Running, set-up, maintenance, etc.) With 8 options to choose. For this I used a Boolean value for each option on each time slot. Meaning 192 fields. This has its own table, but when I entered it into the form, I started getting the error message. I tried to delete the fields, planning on putting them on their own form, but I still get the message after I deleted them.

This is my first database, so be easy on me.
I get the idea that you want to have many related tables, but I wouldn't have thought that there would be a limit to the number of fields on the form, talking to each table.

What should I do instead of using 196 Boolean values. I still want that many check boxes on the form, because that is currently how it is done on the paper copy.

It is important that the form look and print identical to the original.
Aug 17 '16 #1
4 1960
TheSmileyCoder
2,322 Expert Mod 2GB
I remember reading somewhere that Access has a counter for controls on a form. If you add a control, access probably internally stores it as Control616.
Those numbers are not re-usable, so there is in effect a limited amount of times you can add/remove a control from a form, and I believe that is why you can no longer add controls to your form.

Could you provide an image of what the paper form currently looks like? That will probably make it easier for us to suggest alternative approaches.
Aug 18 '16 #2
mpyers
3



Aug 18 '16 #3
mpyers
3
As you can see. Not every field will always be relevant for a particular product.

The SO # is the main identifier.
The item # is the secondary identifier.

I ran out of fields at the "Development" Section of the bottom grid.
Aug 18 '16 #4
TheSmileyCoder
2,322 Expert Mod 2GB
I see. What you could do is to move some of the information into a subform. That said, it seems from your pictures that stuff like box is really related to many records. The 2 boxes in your example have nothing to do with each other correct? In that case it should be in seperate rows.
Also the lost time part seems to lend itself to a subform, with new records appearing as needed, instead of showing 12 blanc records. Does that make sense?
Aug 20 '16 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: ASP.Net Event not firing | last post by:
Hi, I need to programmatically import the contents of an Excel spreadsheet into a datagrid - it has 52 columns and 37 rows. I do not have any control over the content of the spreadsheet so I can't...
6
by: Modest Marsupial | last post by:
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...
1
by: Srini | last post by:
Hi, I am trying to import an xml file which has more than 255 fields. Access is unable to import the xml file into tables and gives the error message "Too many fields defined." in ImportErrors...
2
by: Ranier Dunno | last post by:
Hi, I'm using an Excel-file generated by a third-party application as input to my C# app. The problem occurs in one of the worksheets in that Excel-file, where there is a single column and no...
3
by: robertmeyer1 | last post by:
Hey I'm gettitng the following error message: Too Many Fields Defined. But I only have 6 fields in the query. I created a query based off of 2 others which are in turn based off 2 others. I...
12
by: M G Henry | last post by:
I have a tabbed form that contains 12 different "pages" and when I try and run the form I get the error message too many fields defined --- which I believe is the 255 field limit in the record...
3
by: KelHemp | last post by:
I have compiled data from 13 tables, one for each month of the year that hold 45 fields each, and another for employee information, that holds 16 fields. The database is intended to record hours and...
7
by: Bruintje Beer | last post by:
Hello, I have an include file constants.h see below. Later I want to include this header file in two c++ source files because they both need the variables f1, f2 and f3. At link time I got an...
0
benchpolo
by: benchpolo | last post by:
I am currently modifying an existing DTS process by adding a new field in the Transformation task. This process queries data from SQL tables and import it to MSExcel. Steps 1. Drop the table...
1
by: Pat_RI | last post by:
I am trying to export a table to Excel using transferspreadsheet and I am running into the "Too many fields defined" error. There are 31 columns in the table. The export worked previously and it...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.