bullet in the label

I

iccsi

Are there any way to have bullets in my label controls?

I tried to copy my label from my word documnet, but it shows 2 squares
in stead of bullets.

Can i have special characters in the label control?
May I have 2 different font and sizes in the same label?

If not, I need every label for different labels. Am I right?

Your information is great appreciated,
 
A

Allen Browne

The caption of a label cannot use 2 different fonts of sizes.

You may be able to use a character as a bullet. Use the Character Map applet
from Windows to find it. There are hollow or solid dots and squares in Arial
(assuming Access 2000 or later.) Or you could use a dash, star, or
lower-case o.

You can use separate labels with WingDings characters.


In Access 2007, you can use a text box with the Text Format set to Rich
Text, and embed HTML tags in the Control Source, e.g.:
="G'day <b>mate</b>"
 
I

iccsi

The caption of a label cannot use 2 different fonts of sizes.

You may be able to use a character as a bullet. Use the Character Map applet
from Windows to find it. There are hollow or solid dots and squares in Arial
(assuming Access 2000 or later.) Or you could use a dash, star, or
lower-case o.

You can use separate labels with WingDings characters.

In Access 2007, you can use a text box with the Text Format set to Rich
Text, and embed HTML tags in the  Control Source, e.g.:
    ="G'day <b>mate</b>"

--
Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.










- Show quoted text -

Thanks millions
 

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