Text Box automatic Labels

A

alan

I would like to know if there is a way keep the labels
from being automatically assigned to text boxes when
draging them from hte field list. It is so annoying to
have to delete them maunually. Thanks for your assistance.
 
J

Jim Allensworth

I would like to know if there is a way keep the labels
from being automatically assigned to text boxes when
draging them from hte field list. It is so annoying to
have to delete them maunually. Thanks for your assistance.

You need only do it once. Drag the first textbox to the form and
delete the label. Then select Set Control Defaults from the Format
menu.

- Jim
 
G

Guest

-----Original Message-----
assistance.

You need only do it once. Drag the first textbox to the form and
delete the label. Then select Set Control Defaults from the Format
menu.

- Jim
.


I tend to work with the labels, that is, I allow Access to
set them, but have some code which runs through form
labels and formats them to my preferred settings, ie Font
etc. My code also replaces underscores with spaces and
capitalises the label letters.

Why not give that a try ? It will be a good exercise for
you : )


Damien
 
B

Brainwave Surfer

form and


the Format




I tend to work with the labels, that is, I allow Access to
set them, but have some code which runs through form
labels and formats them to my preferred settings, ie Font
etc. My code also replaces underscores with spaces and
capitalises the label letters.

Why not give that a try ? It will be a good exercise for
you : )


Damien

Where would such things be found out about? What books would you recommend?

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top