Ok please bare with me. I have looked and looked and no one can point me exactly where I need to be.
I was told to look up RTF and found something close:
Stephan Lebans code
but the problem with that method is that it stores the image in the database. It also adds a bunch of stuff to the data in the RTF field. I want to keep my data clean and clear and i need to store my images externally
I just want my Data cell to look something like:
"All of this great text is fine but i need a (!S) to help and if I dont get a (!S) then i will be (!F) and that will be no good."
and when I print my report it needs to show like:
"All of this great text is fine but i need a
to help and if I dont get a
then i will be
and that will be no good."
Obviously the (!S) and (!F) can be whatever characters but I can not store the whole image in each field.
I want to use an outside image. (so the database only stores my text content and my "code/symbol" to call the image path) I was hoping i could just use the vb code part of access to define my image paths and what "code/symbol" should be replaced by that image/image path.
I cant have the images stored in the database.
any help would be greatly appriciated.
I was told to look up RTF and found something close:
Stephan Lebans code
but the problem with that method is that it stores the image in the database. It also adds a bunch of stuff to the data in the RTF field. I want to keep my data clean and clear and i need to store my images externally
I just want my Data cell to look something like:
"All of this great text is fine but i need a (!S) to help and if I dont get a (!S) then i will be (!F) and that will be no good."
and when I print my report it needs to show like:
"All of this great text is fine but i need a



Obviously the (!S) and (!F) can be whatever characters but I can not store the whole image in each field.
I want to use an outside image. (so the database only stores my text content and my "code/symbol" to call the image path) I was hoping i could just use the vb code part of access to define my image paths and what "code/symbol" should be replaced by that image/image path.
I cant have the images stored in the database.
any help would be greatly appriciated.
Last edited: