Hi!
Another thought has occurred to me. You should be able to open a Word doc(or template) and insert Word Art with the names you need. Word Art can be rotated 180 degrees. I don't know that you can automate this from Access but I recorded a macro in Word doing this and got this code:
ActiveDocument.Shapes.AddTextEffect(msoTextEffect14, "Jeff Bridgham", _
"Impact", 36#, msoFalse, msoFalse, 204.75, 108.8).Select
Selection.ShapeRange.IncrementRotation -172.05
I don't know if you can run this from a Word object in Access.
hth
Jeff Bridgham
bridgham@purdue.edu