Find and replace inside of a memo field

G

George

I have a memo field where i would like to put a special code. Wnen the report prints, i would like to substitute the code with a calculated value. does anyone have a code snipplet that i can use to do the find and replace function (in a memo field)

Thanks in advance

George
 
D

Duane Hookom

You can try
=Replace([MemoField],"Code","Description")
or
=Replace([MemoField],"Code",[DescriptionField])

--
Duane Hookom
MS Access MVP


George said:
I have a memo field where i would like to put a special code. Wnen the
report prints, i would like to substitute the code with a calculated value.
does anyone have a code snipplet that i can use to do the find and replace
function (in a memo field)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top