Results 1 to 3 of 3
  1. #1
    maintt is offline Novice
    Windows Vista Access 2003
    Join Date
    Jul 2010
    Posts
    26

    Form with bullet points

    Hi all



    I am production a form with Information only text boxes, i want to have bullet points for certain key words, is there anyway of doing this ?

    Maintt

  2. #2
    DaveT is offline Access Developer
    Windows 7 Access 2010 (version 14.0)
    Join Date
    May 2010
    Location
    Texas
    Posts
    69
    chr(149) is a bullet character
    chr(149) = •

    For a text string, you can use the VBA Replace function to insert a bullet such as:

    Replace("test important and here is some more text", "important", chr(149) & "important") = test •important and here is some more text

    Does require some VBA/DAO programming experience

  3. #3
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682

    Form Manipulation

    Here's some neat form examples you can also try.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Award Customer Points based on sum of Columns
    By JohnBoy in forum Programming
    Replies: 3
    Last Post: 02-20-2010, 02:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums