I have a requirement to insert a superscripted ® in an Access report (a form letter) in several places. I have a text box in the report and fill the text box with the contents of the letter using VBA code. The problem is that the position of the ® varies in the text. I’ve tried making it a label in a fixed spot but that doesn’t work well.
How can I best accomplish this using code? Thanks, in advance.