| | |
|
|
|
Edit Memo Field? |
| message from =?Utf-8?B?ampvNDEz?= on 19 May 2004 |
I've just converted my Alpha5 filrs to Access 2003.
In Alpha5 I was able to see the entire memo field by clicking on it to create & edit it.
In Access I haven't as yet found any way to see the entire contents of a "Memo" field so I can edit it.
Is ther a way to do this?
|
| MacDermott replied to =?Utf-8?B?ampvNDEz?= on 19 May 2004 |
Try Shift-F2
- Turtle
"jjo413" <jjodo32@yahoo.com> wrote in message
news:FDD1A835-8E0F-47E1-88BB-106C2ACB471F@microsoft.com...
create & edit it.
"Memo" field so I can edit it.
|
| John Vinson replied to =?Utf-8?B?ampvNDEz?= on 21 May 2004 |
Given that a Memo field can be up to 2 GBytes in size (if it's filled
programmatically) or 64KBytes (using the user interface), you'll need
a very large screen and very small fonts to see it all!
That said - you can create a Form based on your table, and bind the
memo field to a textbox which can be as large as the form (22" by
22"), and which can have a scrollbar so that you can use a more
reasonable size control. Forms are MUCH more useful for data editing
than table datasheets, I'd recommend using forms routinely.
If you need to edit the data in a table datasheet, you can "zoom" it
by selecting the field and pressing Shift-F2. An editable window
containing the memo data will pop up.
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
|
|
Archived message: Edit Memo Field? (MS Access Forms)