Did not realize this was going to be difficult
I have a column of labels on a form.
Name:
Address:
City:
etc
All are aligned to the left. I am trying to change the caption of Address: to Job Address: and keep the alignment. How?
Printable View
Did not realize this was going to be difficult
I have a column of labels on a form.
Name:
Address:
City:
etc
All are aligned to the left. I am trying to change the caption of Address: to Job Address: and keep the alignment. How?
Are you not using the Alignment property of the label, setting it to Right Justify? If so, it shouldn't matter what the caption is changed to. Just ensure the label is wide enough to display the text.