TextAlign Constants?

M

MartinMCU

Hello All,

I am writing some code to programmatically set the appearance of some forms
in my database application (Access 2K). I have found the .TextAlign property
for labels, and according to the help, General = 0, ..., Right = 3, which is
all well and good. In the interest of code readability, however, are there
any standard constants to use? I can define my own, but I'd rather use built
in constants if Access has them. Thanks,

Matt
 
Top