Is it possible to place the form caption in the center of the form eg
Me.Caption = "All entries for - " & DLookup("[company title]", "[application data]", " [company title] = forms![main menu]![combo1290] ")
Display's All entries for - Company Name Here
that works fine but it's aligned left in the form's title bar, I'd like to align it to center, can this be done in Access 2003 or WindowsXP?
Just tweeking the general apperence a little and noticed this would look better centered.![]()
ps I have tried padding the front of the caption with spaces, it does sort of work but looks a bit odd as the text length changes.