Hi Keith,
You're right, it's a limitation (I guess of the Access textbox control),
implicit in the descriptoin of the Memo field in Help under "Access
Specifications". To get beyond 65535 characters you need to write code
(that's why the header is working even though the user can't type
anything).
So one approach would be to normalise the data to separate out each
day's notes; another to write code to pass the long string to a more
capable text editor. But first I'd check out some of the rich text
controls to see if they can be bound to larger fields. (See e.g.
www.lebans.com and www.fmsinc.com).
>I have an MS Access app (it's an mdb, not an adp) that is tied into a SQL
>2000 backend. One of the forms is in bound mode to a single row in one of
[quoted text clipped - 36 lines]
>
>Keith
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
Keith G Hicks - 26 May 2005 13:39 GMT
Thanks John for confirming that. I'm glad to hear that it's that simple. I
would love to change the program and normalize the data better. I've
suggested that to this client before. There are other areas of the program
that were handled in a similar way by the original programmer. In fact he
even has them putting entire addresses into a single control rather than
separate address, city, state, zip fields. He had to write a series of
complicated functions to parse the addresses when he needed to pull out
states or zip codes. It's worked like that for 10 years but it's kind of
ugly and of course relys on the users to enter the data exactly in the right
format. Ugh.
Hi Keith,
You're right, it's a limitation (I guess of the Access textbox control),
implicit in the descriptoin of the Memo field in Help under "Access
Specifications". To get beyond 65535 characters you need to write code
(that's why the header is working even though the user can't type
anything).
So one approach would be to normalise the data to separate out each
day's notes; another to write code to pass the long string to a more
capable text editor. But first I'd check out some of the rich text
controls to see if they can be bound to larger fields. (See e.g.
www.lebans.com and www.fmsinc.com).
On Wed, 25 May 2005 14:09:19 -0400, "Keith G Hicks" <krh@comcast.net>
wrote:
>I have an MS Access app (it's an mdb, not an adp) that is tied into a SQL
>2000 backend. One of the forms is in bound mode to a single row in one of
[quoted text clipped - 36 lines]
>
>Keith
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.