> Wow... that's a lot of information!!
>
[quoted text clipped - 163 lines]
> | > is too large". Does anyone know what this means, or how to get rid of
> it?
Hi,
I would revisit your database design. To have 196 fields really shows your
database application is not normalized. Give me an idea as to why you need
196 fields.
I hope is not something like:
1/1/96 1/2/96 1/3/96 1/4/96 and so on....
Regards,
Eric Butts
Microsoft Access Support
ebutts@online.microsoft.com
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."
This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
| Thread-Topic: Error message -- "property value is too large"
| thread-index: AcR4lPUulHNV0TDEQGOBywl0SnI7iA==
| X-WBNR-Posting-Host: 168.215.135.201
| From: =?Utf-8?B?dGl6?= <tiz@discussions.microsoft.com>
| References: <C8F986E9-1730-4B27-B5DA-EB4167B0B431@microsoft.com>
<bEo4PGncEHA.3272@cpmsftngxa06.phx.gbl>
<28E707F2-03BD-4189-9217-6EF59221273D@microsoft.com>
<vp8Ae6$dEHA.2980@cpmsftngxa10.phx.gbl>
| Subject: RE: Error message -- "property value is too large"
| Date: Mon, 2 Aug 2004 06:31:03 -0700
[quoted text clipped - 17 lines]
| Eric:
| I don't know if you read all of my long and boring e-mail before, so I'll try to keep it short this time. I already tried to put the three tables
that I had (each one for each month) together. The problem is that I was
going to end up with 196 fields, which was never possible because the error
"property value is too large" started showing up. I read in a link that you
posted that I would be better off having separate tables with a one-to-one
relationship. Following that advice, I created a query based on these
tables. My problem now is that I'm trying to create a form based on these
tables and this query but a message comes up saying that I will not be able
to do so because the query is based on those tables. I need to be able to
display all of this info at once. A report is not good enough because the
users need to be able to modify the tables within the form. Any suggestions?
| Thanks again,
| B
[quoted text clipped - 66 lines]
| > simple when trying to create a query based on this three months. I also
| > have an additional table with the customer????????s info and one field
in this
| > table is called Business Days. The primary key of the customer????????s
info
| > table is called Customer????????s Code, this is a value that I assign
manually.
| > When trying to create a query based on these four tables, I encountered a
| > small problem when trying to divide by Business Days. To this, somebody
| > pointed out that even though each Customer????????s Code had only one
specified
| > number for Business Days, access didn????????t quite understand this.
He solved
| > my problem by putting a ???????MAX??????? in front of Business Days.
| > |
[quoted text clipped - 7 lines]
| > create a form based on those four tables and that query because the query
| > is based on those tables. Don????????t quite understand the reason for
this.
| > | So then, I decided to have just two tables, one for the customer?????
???s info
| > and one for the three months. That is when the ???????property value
message???????
| > started showing up. I read the advice you age this other girl and it really
| > helped me, so that is why I????????m writing you. The new table I was
trying to
| > create was going to have 196 fields with extra large names, but after the
| > problem I encountered, and after reading the info in your link, I decided
| > to follow resolution method # 2. Therefore, at this point I????????m
back to my
| > four tables. So now my problem is basically the form I have to create.
| > I????????m starting to wonder if it would be better to keep this info
in excel
| > basically because of presentation issues. Or would it be better to have a
| > combination of both? At this point, I believe that they would prefer
[quoted text clipped - 69 lines]
| > | > is too large". Does anyone know what this means, or how to get rid of
| > it?