Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    qwerty is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    91

    Bulletin Points Greyed out


    I have a label box and I have trying to format the paragraph with bulletin points, but it is greyed out.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    By 'label box' do you mean a label control? What exactly is greyed out? Where are you seeing bulletin points?

    If you really mean a 'text box' and you want to apply rich text format to data input, textbox must be bound to a memo type field with TextFormat property set for Rich Text.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    qwerty is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    91
    Quote Originally Posted by June7 View Post
    By 'label box' do you mean a label control? What exactly is greyed out? Where are you seeing bulletin points?

    If you really mean a 'text box' and you want to apply rich text format to data input, textbox must be bound to a memo type field with TextFormat property set for Rich Text.
    I am in form design view. i have a written paragraph using the label text, I want to add a bulletin point to a sentence. The option is grayed out.

    Click image for larger version. 

Name:	Capture.JPG 
Views:	23 
Size:	14.1 KB 
ID:	36369

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    As I said, memo type field and bound textbox, both set for RTF. Apply RTF to data typed into textbox.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    qwerty is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    91
    Quote Originally Posted by June7 View Post
    As I said, memo type field and bound textbox, both set for RTF. Apply RTF to data typed into textbox.

    I am not getting data from a field, i have a paragraph typed on the form...setting to rich text didnt do anything.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    You have a paragraph typed on the form - how - in a textbox?

    I just tested an UNBOUND textbox with Rich Text format and it works in FORM view - not DESIGN.

    Nothing is going to change this.

    So RTF is really only of benefit for saving data to a MEMO type field.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    qwerty is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    91
    I have a paragraph typed in a label box not textbox. I am using a label box, how many times do i need to repeat myself.

  8. #8
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,372
    I don't believe you can use ribbon controls to create what's basically an ordered (bulleted) list in a label. But you can use bullet type characters in the label caption if that helps (such as *).
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    And as I tried to advise, RTF works with a textbox, not a label control. Sorry if I was not explicit enough.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  10. #10
    qwerty is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    91
    I added a textbox and made it rich text, the bullet points are still grayed out.

  11. #11
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,372
    Apparently I have the same Windows and Access version as you yet for me, it works for a bound textbox and and unbound one (Text11 at the top), which surprised me.

    Click image for larger version. 

Name:	BulletField.jpg 
Views:	17 
Size:	19.8 KB 
ID:	36370

    Don't know what else to say at this point

    EDIT: you aren't trying to do this in form design view, are you?
    Last edited by Micron; 11-29-2018 at 10:12 PM. Reason: spelin and gramur
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  12. #12
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    I hope not since in post 6 I stated to use FORM not DESIGN view.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  13. #13
    qwerty is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    91
    Quote Originally Posted by June7 View Post
    I hope not since in post 6 I stated to use FORM not DESIGN view.
    Thank you, that really helped Kind of weird you have be form view to type it. The problem is with the textbox its like a search. The paragraph needs to be permanent.

  14. #14
    qwerty is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    91
    If access only alllow you to use bulletin points to type while form is open, that is pretty stupid. I have instruction on form for users to follow.

  15. #15
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    It is what it is. What are you really trying to accomplish? Perhaps should use a jpg or png image of your 'instructions'.

    Or as micron suggested, use characters like * or - as bullets.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 02-24-2017, 05:52 PM
  2. Options in 'Arrange' tab greyed out
    By Bradex in forum Forms
    Replies: 1
    Last Post: 03-13-2016, 08:59 AM
  3. Ribbon greyed out
    By reburton in forum Access
    Replies: 2
    Last Post: 12-18-2013, 03:53 PM
  4. Field List greyed out
    By Highlander in forum Forms
    Replies: 2
    Last Post: 05-18-2012, 09:57 AM
  5. Startup Menu Greyed Out
    By slash75 in forum Access
    Replies: 0
    Last Post: 02-14-2007, 04:55 PM

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