Results 1 to 4 of 4
  1. #1
    rchristopher is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    2

    How input a MEMO Type field and how include in Report

    How input a MEMO Type field? Can't define variable length space in Form.
    How include MEMO Type field in report. Can't define variable length space in report.

  2. #2
    John_G is offline VIP
    Windows XP Access 2003
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Textboxes are used for Memo fields just as they are for String types, in both forms and reports. They don't usually require any special coding. In reports is a good idea to set Can Grow = True so that you see all the contents.

    John

  3. #3
    rchristopher is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    2
    Quote Originally Posted by John_G View Post
    Textboxes are used for Memo fields just as they are for String types, in both forms and reports. They don't usually require any special coding. In reports is a good idea to set Can Grow = True so that you see all the contents.

    John
    A memo field should allow a "can grow" concept in the input Form. Doesn't a Text Box require the definer to set a maximum amount of space? The user should be able to simply keep typing input and let the space grow. Is there any other way of inputting other than predefining the space in a Form?

  4. #4
    John_G is offline VIP
    Windows XP Access 2003
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    The memo type refers to the type of the table field the textbox control is bound to, not to the textbox itself. Textboxes don't have types or set field lengths, so you can type as much text data as the table field will allow - for Memo fields, this is essentially unlimited.

    If you will be entering a large amount of data, make the textbox fairly large on the form and add a vertical scroll bar so you can scroll up and down through the data. But in forms, textboxes do not have a CanGrow property.

    "Is there any other way of inputting other than predefining the space in a Form?" No, but as I said, you don't need to, ant you cannot predefine it anyway. But you can limit how much text is entered with VBA if you need to.

    HTH

    John

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 8
    Last Post: 06-02-2012, 01:27 AM
  2. Replies: 1
    Last Post: 03-10-2012, 03:22 PM
  3. Memo type limit
    By G.King in forum Access
    Replies: 4
    Last Post: 06-22-2011, 01:51 PM
  4. Input mask messed up my field data type
    By ghostmachine in forum Access
    Replies: 2
    Last Post: 11-11-2010, 05:32 PM
  5. Replies: 0
    Last Post: 07-15-2010, 12:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums