Results 1 to 2 of 2
  1. #1
    data808 is offline Noob
    Windows 8 Access 2007
    Join Date
    Aug 2012
    Posts
    727

    Filtering A Memo Box

    Just wanted to know if filtering a memo box was possible. I know it's not the best idea to do so but I could really find this feature for my database useful.



    Thanks

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    Normally you can't query Memo, but try filtering using form textbox txtWord:

    me.filter = "[myMemo] like *" & txtWord & "*"
    me.filterOn = true

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

Similar Threads

  1. Long text or memo box filtering
    By data808 in forum Access
    Replies: 5
    Last Post: 02-12-2015, 04:55 PM
  2. Replies: 9
    Last Post: 07-21-2014, 11:57 AM
  3. Memo Field
    By joekuhn in forum Access
    Replies: 2
    Last Post: 07-10-2011, 09:00 PM
  4. Memo Cut Off
    By Matthieu in forum Reports
    Replies: 3
    Last Post: 12-03-2009, 12:55 PM
  5. MEMO field
    By casporov in forum Access
    Replies: 1
    Last Post: 11-11-2006, 08:17 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