Results 1 to 3 of 3
  1. #1
    cbrsix is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2011
    Posts
    215

    bullet points

    I have a report that contains bullet points of things included that the client has signed. Every bullet point is not used each time so I wrote an IIF function to determine when to include the other bullet points. Now my problem is that I want the other bullets to line up under each other. I can't figure out how to do this. When I do it, they just line up in sentence form. Any suggestions?



    Here is a copy of what I'm talking about..

    • As well as any additional documents you may havsigned." & IIf([Account List.Product Type]="Advisory","• Completed Discretionary Investment Management Agreement.",IIf([Account List.Product Type]="Mutual Fund" Or [Account List.Product Type]="529","• A copy of the Prospectus Receipt and Disclosure Form.",IIf([Account List.Product Type]="Variable Annuity" Or [Account List.Product Type]="Variable Life" Or [Account List.Product Type]="Fixed Annuity" Or [Account List.Product Type]="Equity Index Annuity","• A copy of the Prospectus Receipt and Disclosure Form• A copy of the completed Variable Contract Suitability Form.","")))

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    You need to force a carriage return line feed. Use Chr(13) and Chr(10).
    • As well as any additional documents you may havsigned." & Chr(13) & Chr(10) & IIf(...

    The last IIf has two bullets:
    "• A copy of the Prospectus Receipt and Disclosure Form" & Chr(13) & Chr(10) & "• A copy of the completed Variable Contract Suitability Form"
    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
    cbrsix is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2011
    Posts
    215
    Thanks. That worked perfectly.

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

Similar Threads

  1. stuck at some points !!
    By almoj4ever in forum Access
    Replies: 3
    Last Post: 09-25-2011, 05:44 PM
  2. plot points for missing periods of time
    By ajetrumpet in forum Reports
    Replies: 0
    Last Post: 09-13-2010, 05:34 PM
  3. what is my points in the forum
    By weekend00 in forum Access
    Replies: 9
    Last Post: 09-01-2010, 02:40 PM
  4. Form with bullet points
    By maintt in forum Forms
    Replies: 2
    Last Post: 08-20-2010, 04:08 PM
  5. 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