Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Database Design / January 2005

Tip: Looking for answers? Try searching our database.

Record and Field Size Problems

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Wendy - 07 Jan 2005 15:39 GMT
I created a database and related form for a survey. The survey has a number
of "open-ended" questions where people enter free-text responses. I
originally put all survey questions, including all the free-text, in one
table. When we tested it, I found that Access limits the record size and that
by having so many of these fields, all of which I created as Text data types,
the records will exceed the allowed size.

So, I read in the Access specs that Memo fields don't count toward record
size, so I changed all these text fields to Memo fields. This time, I
couldn't even save the table, because I got an error saying there were too
many *fields* in the table, even though I didn't change the number of fields,
and had well under the supposed limit of 255 fields.

Anyone have any suggestions other than breaking the questions into multiple
tables? I was running into a lot more complexity in terms of the
relationships, queries, form, etc. if I try to break the tables up, so if
there's a way to keep the single table, I'd rather do that.

Thanks in advance for any help!
George Nicholson - 07 Jan 2005 17:42 GMT
First, Compact the database (Tools>Database Utilities>Compact & Repair)

When you "change" a field datatype, you are actually creating a newfield,
copying "old" data into it and deleting the old field.
HOWEVER, the old field still exists behind the scenes and counts against the
255 field limit until you do a compact.

This may not solve your problem, but it's the first thing to do.

Signature

George Nicholson

Remove 'Junk' from return address.

>I created a database and related form for a survey. The survey has a number
> of "open-ended" questions where people enter free-text responses. I
[quoted text clipped - 19 lines]
>
> Thanks in advance for any help!
Wendy - 07 Jan 2005 18:59 GMT
Thank you, thank you, thank you! It did solve my problem.

> First, Compact the database (Tools>Database Utilities>Compact & Repair)
>
[quoted text clipped - 28 lines]
> >
> > Thanks in advance for any help!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.