Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bullet Points in a text box 2

Status
Not open for further replies.

Rachel30

Programmer
Joined
Mar 1, 2005
Messages
95
Location
GB
Hi,

Does anyone know the best way to have bullet points in a text box.

* The first Bullet
* The second
* Etc

Thanks Rachel
 
You could get the same effect in a 'can grow' formula field using "*" and a forced line skip, CHR(13).
Code:
"* The first Bullet" & CHR(13) &
"* The second" & CHR(13) &
"* Etc"

[yinyang] Madawc Williams (East Anglia, UK) [yinyang]
 
Switch to wingdings, I guess, for the first char, then switch to a readable font thereafter.

You can source the relevant character from your character map from your Accessories menu.

Or you could just copy and paste a bullet into the text box.

Naith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top