473,396 Members | 1,975 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,396 software developers and data experts.

too many fields in a table... over 255


I am trying to find out what the best approach is to creating an Access
database with over 255 fileds in a table. I work for an accounting firm
and they have an Interview questionnaire that they would like ported to
Access (it is currently in Word). The Word form has well over 255 unique
fields and takes 4 pages when printed on legal paper. The goal is that
with Access we will not need to reenter the basic customer information
and a seperate interview form can be created for every year. The problem
that I am getting is that the interview form has over 300 unique fields
and is provided in English and French. I am not certain how to include
all this information in seperate tables as it is all unique information.
Also the fact that I need to provide the form in English and French is a
challenge as I do not know how drop-down menus can be changed from one
language to another. Is this going to be possible?

*** Sent via Developersdex http://www.developersdex.com ***
Nov 17 '05 #1
3 2144
The 255-limit in Access is at least 4 times what you would ever need if you
use a normalised design.

For an example of how to set up a questionairre with a normalized design,
see Duane Hookom's free download called "At Your Survey" at:
http://www.rogersaccesslibrary.com/O...p#Hookom,Duane

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Keith Chabot" <ke**********@yahoo.com> wrote in message
news:2I***************@news.uswest.net...

I am trying to find out what the best approach is to creating an Access
database with over 255 fileds in a table. I work for an accounting firm
and they have an Interview questionnaire that they would like ported to
Access (it is currently in Word). The Word form has well over 255 unique
fields and takes 4 pages when printed on legal paper. The goal is that
with Access we will not need to reenter the basic customer information
and a seperate interview form can be created for every year. The problem
that I am getting is that the interview form has over 300 unique fields
and is provided in English and French. I am not certain how to include
all this information in seperate tables as it is all unique information.
Also the fact that I need to provide the form in English and French is a
challenge as I do not know how drop-down menus can be changed from one
language to another. Is this going to be possible?

Nov 17 '05 #2
Keith Chabot wrote:
I am trying to find out what the best approach is to creating an Access
database with over 255 fileds in a table. I work for an accounting firm
and they have an Interview questionnaire that they would like ported to
Access (it is currently in Word). The Word form has well over 255 unique
fields and takes 4 pages when printed on legal paper. The goal is that
with Access we will not need to reenter the basic customer information
and a seperate interview form can be created for every year. The problem
that I am getting is that the interview form has over 300 unique fields
and is provided in English and French. I am not certain how to include
all this information in seperate tables as it is all unique information.
It's not possible to exceed this limit since it is inherent to Microsoft
Jet 4.0. However, in any circumstance where you are designing a
database from scratch, you wouldn't want to exceed this limit anyway
since maintaining it would be a mess.
Also the fact that I need to provide the form in English and French is a
challenge as I do not know how drop-down menus can be changed from one
language to another. Is this going to be possible?


The way this is done in the database I maintain (which is used to
specify questionnaires) is to have a separate table that holds the
question text from the main question table. There is a 1 to many
relationship between the main question table and the question text table
to accomodate multilingual surveys.

You could then have the user decide which of the languages stored in
your database's language table they wanted to see upon startup and then
load the menus with the correct language.
Nov 17 '05 #3
Br
Keith Chabot wrote:
I am trying to find out what the best approach is to creating an
Access database with over 255 fileds in a table. I work for an
accounting firm and they have an Interview questionnaire that they
would like ported to Access (it is currently in Word). The Word form
has well over 255 unique fields and takes 4 pages when printed on
legal paper. The goal is that with Access we will not need to reenter
the basic customer information and a seperate interview form can be
created for every year. The problem that I am getting is that the
interview form has over 300 unique fields and is provided in English
and French. I am not certain how to include all this information in
seperate tables as it is all unique information. Also the fact that I
need to provide the form in English and French is a challenge as I do
not know how drop-down menus can be changed from one language to
another. Is this going to be possible?

*** Sent via Developersdex http://www.developersdex.com ***


Normalise your table design.

eg.

Instead of....

tblMain
-----------
ID F1 F2 F3 F4 F5

Have something like.....

tblMain
----------
ID FieldTypeID Value

tblFieldTypes
--------------------
FieldTypeID
FieldTypeDesc

Then it's dynamic and you can have as many 'fields' as you need.
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response
Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: bill mahoney | last post by:
I have access 2k and I have 2 tables. One is a 7X6 table representing a month with zeroes padding the fields where no day exist. For example February 2003 0 0 0 0 0 0 1 2 3 4 5 6 7 ...
4
by: Melissa | last post by:
I have a frontend file named CustomerApp and backend file named CustomerData. CustomerApp is at C:\Customer Database and CustomerData is at S:\Customer Database. Could someone help me with the code...
3
by: sparks | last post by:
I was copying fields from one table to another. IF the var name starts with milk I change it to egg and create it in the destination table. It works fine but I want to copy the description as...
5
by: Megan | last post by:
Hi everybody- I'm helping a friend with a music database. She has an old one and is creating a new one. She wants to compare records and fields in the old database with records and fields in the...
5
by: ND | last post by:
I need to create a separate field from 4 fields, "street address", "city", "State" and "zip code". For example, Street address - 100 Forest Street City - Seattle State - WA Zip - 05555 ...
1
by: svdh | last post by:
I have posed a question last saturday and have advanced alot in the meantime. But I am still not there Problem is that I try to merging various fields from various tables in one document in Word...
3
by: google | last post by:
I have a database with four table. In one of the tables, I use about five lookup fields to get populate their dropdown list. I have read that lookup fields are really bad and may cause problems...
1
by: Kosio | last post by:
Is there any way to setup a make-table query so that it names the fields of the new table based on values in a different table. For example, I have the following fields: Noun, Adjective, Modi 1...
2
by: steph | last post by:
I have a table with 250 fields. Of course you are wondering why 250 fields... what could I possibly be storing in so many fields? I am using this table as a general import table for files that...
482
by: bonneylake | last post by:
Hey Everyone, Well i am not sure if this is more of a coldfusion problem or a javscript problem. So if i asked my question in the wrong section let me know an all move it to the correct place. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.