I have problem. I need to enter into a database data collected on paper forms and at the end of the month I need to export that data to a fixed field length file and forward it to a state agency. The problem is that there are over 290 fields of information totaling over 400 characters of information. There is very little, if any reduntant information. Most of the fields are a yes or no type, or ask for "A" or "B" or "C", and etc. I have broken it into two tables so far but that is that not going to require two seperate forms to collect the data, I can live with that but I am looking for a better way to do this task. I was thinking if I could collect the y/n fields in one table and then store them in the main table as a large text field. For example if I have 50 questions that are y/n and I store them in a table and then export them to my primary table as a text type field with a length of 50. then Access would only look at this as one field and not 50.
The agency requires that the y/n text fields have the character "y" or "n". The file sent to them is strictly text only, and each field having a set number of characters or spaces.
Am I on the right track...
I am very open to suggestions.
The agency requires that the y/n text fields have the character "y" or "n". The file sent to them is strictly text only, and each field having a set number of characters or spaces.
Am I on the right track...
I am very open to suggestions.