May 10, 2005 #1 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
Hi, Does anyone know the best way to have bullet points in a text box. * The first Bullet * The second * Etc Thanks Rachel
May 10, 2005 #2 Madawc Programmer Joined Sep 5, 2002 Messages 7,628 Location GB 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" Madawc Williams (East Anglia, UK) Upvote 0 Downvote
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" Madawc Williams (East Anglia, UK)
May 10, 2005 2 #3 Naith Programmer Joined May 14, 2002 Messages 2,530 Location GB 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 Upvote 0 Downvote
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