I'm developing a new Report (actually a standardized letter) in an Access 2007 db. The majority of the text in this report is static and was provided to me in a Word doc. Because this text is relatively difficult to reproduce in an Access form, I decided to just embed the Word doc itself in the Access report as an unbounded object.
So now, this Access report has standard text boxes (with the customer name & address) as well as an embedded Word object (with the letter's body and s开发者_运维百科ignature). In theory, all this text should be the same size (Calibri font, size 9). Of course, the text in the Word object is much smaller.
How can I get the font sizes to be equal between the text boxes and the Word doc? Should I just manually adjust them until everything more or less looks right? Or is there a better way?
精彩评论