Consulting

Results 1 to 3 of 3

Thread: display bullet symbols

  1. #1

    display bullet symbols

    Hello everyone,

    Is there a way to display a bullet symbol? For example, in Access, if I want a carriage return, I use the vbCrLf command. I want to display a bullet in front of my text like in the following example:
    • this is a test
    Is that possible?

  2. #2
    VBAX Regular andrew93's Avatar
    Joined
    Aug 2005
    Location
    Auckland, New Zealand
    Posts
    68
    Location
    Hi

    Try using this in your form or report:
    =Chr(149) & ....{insert your existing expression}....

    Andrew

  3. #3
    thank you Andrew93 ... that worked.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •