Results 1 to 4 of 4

Thread: Unable to update memo field

  1. #1
    Join Date
    Aug 2008
    Posts
    129

    Unable to update memo field

    I have a memo field that contains several text strings separated by line breaks. When I try to UPDATE a textbox to a memo field in MS-Access 97, I get errors when the text get bigger than +-200 bytes. The 'thing' tells me that a 'parameter' must be limited to 1024.I would like to write a query to add another text string to the end of the field. How do I embed a line feed in the SQL?

  2. #2
    Join Date
    Jan 2006
    Posts
    211

    Re: Unable to update memo field

    A data field that holds a variable amount of text. The text may be stored in a companion file, but it is treated as if it were part of the data record. Use the Memo field type to store blocks of data. The Memo field contains a ten-byte reference to the actual contents of the memo. For example, in the dBASE command list name, biography, name is in the data file (DBF file) and biography could be a memo field in the text file.

  3. #3
    Join Date
    Feb 2006
    Posts
    98

    Re: Unable to update memo field

    The actual size of memos, however, depends on the amount of data you enter into them. This may shed light on the problem, that somehow, maybe indirectly was linked with Adv HTML. Data from Memo fields of records in a table are stored in a separate file with the same name as the table and an .FPT extension. Memo fields are limited only by the amount of available disk space. I think you can try a utility called Advanced Access Repair an style="background-color:#ff0;">toan> repair your Access MDB file. It works rather well for my corrupt Access MDB files.

  4. #4
    Join Date
    Aug 2008
    Posts
    129

    Re: Unable to update memo field

    I guess one can view wrapping brackets around a field as good practice as it tells the parser to recognize it as a field or a parameter and not as a key word. When fields have spaces, the square brackets are required. I appreciate your trying an style="background-color:#ff0;">toan> get something fixed, but san style="background-color:#ff0;">toan>p posting this question in different formats.

Similar Threads

  1. How can I update each field within a document at once?
    By Rena in forum Windows Software
    Replies: 5
    Last Post: 25-04-2011, 06:17 AM
  2. Unable to select creative x-fi in Battle Field 2
    By Delgado in forum Video Games
    Replies: 4
    Last Post: 04-07-2010, 02:14 AM
  3. Multi Field value field in Microsoft Access
    By Erubiel in forum Windows Software
    Replies: 3
    Last Post: 20-11-2009, 12:55 AM
  4. Filename field does not update automatically
    By Dyumani in forum Windows Software
    Replies: 2
    Last Post: 06-05-2009, 09:10 AM
  5. Unable to embed an OLE object in an Access OLE field
    By Santanio in forum Windows Software
    Replies: 2
    Last Post: 05-05-2009, 11:56 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,501,441.30005 seconds with 17 queries