evergreean43
Technical User
I am creating an Access 2000 database with a Web Front end that will have around 150 questions with 148 questions having just one number input (which will either be a 1 or a 2 or a 3 or a 4 or a 5). All 148 questions will be short sentences such as:
The 6 above examples show just 6 (redRock1, redRock2, redRock3, blueRock1, blueRock2, blueRock3) out of the 148 fields.
The other two fields will have a 100 character input and 250 character max input.
There will be around 800 inserts into this questionaire survey.
Please advise what is maximum field allowed per table for Access and can it handle what I want to do?
Code:
Question Choose One Number Rating
1-How would you rate Red Rock1? 1 2 3 4 5
2-How would you rate Red Rock2? 1 2 3 4 5
3-How would you rate Red Rock3? 1 2 3 4 5
4-How would you rate Blue Rock1? 1 2 3 4 5
5-How would you rate Blue Rock2? 1 2 3 4 5
6-How would you rate Blue Rock3? 1 2 3 4 5
etc...
The other two fields will have a 100 character input and 250 character max input.
There will be around 800 inserts into this questionaire survey.
Please advise what is maximum field allowed per table for Access and can it handle what I want to do?