I developed a program for a client that prints out statements for his customer. The statements all all pretty much the same except for the customers information and a few other things. Those things I have to change for each customer. Right now what I have is a program that reads in a pre-made text file, then runs through it adding the customer's data and such to it. I just search for a string, once I find it, I add some text. The problem I'm having is adding a "signature" file to the end. It's a bitmap with a special signature. There are different signatures for each customer. I tried adding the picture directly to the rich text with the LoadPicture command, but it just displays a number. Then I tried using OLEobjects. Performed: rtb1.OLEObjects.Add , , App.Path & "\signature.bmp" This works, buts adds not only the darn graphic, but erases the entire contents of the Rich text box, and adds scrool bars and file options. I just want to load the picture, put on the page where it belongs, and print the darn thing. On top of that, I when I print, the graphic doesn't show. Please, any suggestions would be helpful.
Thanks in advance.
Thanks in advance.