T
Tony_VBACoder
I have a situation where we scan in documents and store the full text of the
document in a Memo field. Now, I need to write a VBA looping routine that
will loop through each character of the Memo field looking for various pieces
of information.
What is the best method for doing this? Are there limitations on trying to
read the entire Memo field into a string variable, or some other variable
type?
document in a Memo field. Now, I need to write a VBA looping routine that
will loop through each character of the Memo field looking for various pieces
of information.
What is the best method for doing this? Are there limitations on trying to
read the entire Memo field into a string variable, or some other variable
type?