We have a fundraising business and use Access as our do everything database. We currently create customized letters to send to our customers that have their schools or teams name at the top. Currently we do this in MS word with word art.
I would like to start creating these letter with Access, but Access does not support Word Art and i cant figure out how to create a variable title field. Sometimes the title (school or team name) can be as short as 12 characters and other times it could be 60 characters.
I have tried doing if them statements through VBA to adjust the text size, but you can not align where the text lays in the text box. ( If the text is small it will float in the middle of the box, but if it is large then it will Take up the whole space. I am running out of ideas. I think the next approach i might take is to define the text size, the size of the text box, and the location of the text box on the report, but i am not even sure if that is possible through VBA. Any thoughts?