Peter
If you took a spreadsheet and split the 170 columns in groups of 30 to
individual sheets, you'd still have a spreadsheet.
Splitting the Access table columns containing question responses (Q1, Q2,
... Qn) into multiple other tables still doesn't address the primary issue.
Repeating fields (Q1, Q2, ...) are not a well-normalized design in Access,
and will not allow you (or Access) any easy way to do what you're trying to.
Duane Hookum has crafted a survey design creator in Access -- take a look at
what he's done for more ideas on how you might re-structure your data:
http://www.rogersaccesslibrary.com/duanehookom/duanehookom.htm
If you feel you must keep your current structure (170 Q's as columns),
consider using Excel.

Signature
Good luck
Jeff Boyce
<Access MVP
Peter C - 02 Jun 2004 09:40 GMT
Thanks for all the suggestions - I'm not sure I
understood what you were driving at in the last answer,
but I did look at Duanne Hookum database but couldn't see
how that helps.
I don't want to use Excel as the people who will have to
enter the data would find a 170 column spreadhseet very
unfriendly.
And I'm still stuck with this irritation that Access just
dosen't do what it's own specification says it should and
it doesn't seem possible to find out why not - without
paying MS to help that is
Rgds
Peter
>-----Original Message-----
>Peter
[quoted text clipped - 11 lines]
>
> http://www.rogersaccesslibrary.com/duanehookom/duanehookom
.htm
>If you feel you must keep your current structure (170 Q's as columns),
>consider using Excel.
Jeff Boyce - 02 Jun 2004 13:25 GMT
Peter
If the spreadsheet format is the only irritant, and you would otherwise be
using Excel, take a look at the Data|Form command. This gives you a way to
build a (very rudimentary) form for data entry, but puts the data into the
spreadsheet.
About your irritation -- which specific specification are you referring to?
If it is the 255 field limit, see my earlier comment about using Compact &
Repair to reclaim internal space.
The limit of 2000 characters per row is another reason not to use a
spreadsheetly design -- it's too easy to add too many fields and not be able
to put values in them all.
Do give "normalization" a look. Reconsider Duane's database - it will help
you design a well-normalized survey database.

Signature
Good luck
Jeff Boyce
<Access MVP