getting data from MS Access using VB code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arun Raj
    New Member
    • Feb 2007
    • 1

    #1

    getting data from MS Access using VB code

    hi
    every body
    i am a newbie,
    i am not able to get data from MEMO field (MS Access) using query in VB. in my memo field i have inserted data line by line.
    at vb run time when i enter a search string in a text box, it is not returning anything .
    can any body help me.

    thanks in advance
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by Arun Raj
    hi
    every body
    i am a newbie,
    i am not able to get data from MEMO field (MS Access) using query in VB. in my memo field i have inserted data line by line.
    at vb run time when i enter a search string in a text box, it is not returning anything .
    can any body help me.

    thanks in advance
    Arun

    Querying a Memo field is very difficult. Have you tried querying the memo field in Access queries to see if the problem is there.

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32669

      #3
      Further explanation of what and why there are difficulties with Memo fields can be found in Memo Fields in Access.

      Comment

      Working...