Caption "centered"

P

Paul

Hi,

is it possible to centrally align the Caption at the top of the access form?
at the moment ive achieved it by adding in loads of spaces but am sure their
is a more sophisticated way of doing it?

regards,

Paul
 
R

Rick Brandt

Paul said:
Hi,

is it possible to centrally align the Caption at the top of the
access form? at the moment ive achieved it by adding in loads of
spaces but am sure their is a more sophisticated way of doing it?

regards,

Paul

Nope. Not that I know of.
 
A

Al Camp

Paul,
No, the spaces are the only way, at present to do that.
If your forms are Maximized, have you noticed the brackets around the
caption that Access inserts. The left bracket anchors on the left while the
right bracket always follows the last caption character.
You can shove the right bracket all the way to the right, away from the
caption, by adding Alt-0160 characters after your last caption character.
[ (spaces) Caption Here (Alt-0160s) ]
 
Top