Re: memo field not show all
From: John Vinson (jvinson_at_STOP_SPAM.WysardOfInfo.com)
Date: 07/18/04
- Next message: Albert D. Kallal: "Re: Restart Autonumber"
- Previous message: John: "memo field not show all"
- In reply to: John: "memo field not show all"
- Next in thread: John: "Re: memo field not show all"
- Reply: John: "Re: memo field not show all"
- Reply: John: "Re: memo field not show all"
- Reply: John: "Re: memo field not show all"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 18 Jul 2004 16:52:51 -0600
On Sun, 18 Jul 2004 15:27:23 -0700, "John"
<anonymous@discussions.microsoft.com> wrote:
>I have a small form with 2 combo boxes and a memo field on
>it. I select the first combo box and the second will fill
>with the filtered info based on the first. These work.
>The memo field (txtbox) is them to fill with the verbage
>based on the second combo box selection. This is where
>the problem enters. The info will display but not all of
>it. It seems to cutoff. The table says it is a memo
>type. Does any one know why this would occur? I have
>others that do not do this and they and this one are made
>the same.
>Thanks in advance for any assistance.
>*** John
If you're trying to fill the memo field by relaying its contents
through the combo box, it will NOT work - you cannot put 2 GByte (or
even 65536 bytes) of data into a Combo box column, it will truncate at
255.
How are you filling the textbox? Could you post your code?
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
- Next message: Albert D. Kallal: "Re: Restart Autonumber"
- Previous message: John: "memo field not show all"
- In reply to: John: "memo field not show all"
- Next in thread: John: "Re: memo field not show all"
- Reply: John: "Re: memo field not show all"
- Reply: John: "Re: memo field not show all"
- Reply: John: "Re: memo field not show all"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|