Results 1 to 4 of 4
  1. #1
    hawkdriver's Avatar
    hawkdriver is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Nov 2012
    Posts
    23

    Report using letters for query results

    Normally, I can find answers to my complex problems or figure them out on my own. I hope I can explain my situation well enough.



    I am creating a database that records weekly updates from different division managers. This will be output as a Word document in the following format:

    1. Priorities
    a. Long Text field output
    b. Long Text field output
    c. etc.
    2. Issues/Concerns
    a. Long Text field output
    b. Long Text field output
    c. etc
    3. Etc.

    The grouped headings and outputting the text is not a problem, just having issues with the sub-text using little "a", "b", so on. The report is formatted currently as I show above. Rich text in Access is really not so rich (kind of like me .

    Just looking for some ideas, as mine are inside the box right now. I thought about a running total field and convert that number to text. Any ideas or experience with this would be gladly welcomed.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    So you want an outline structure. Since Access is not a word processor, I doubt this will be simple. Possible solution:

    The ASCII codes for a-z are 97-122. Use RunningSum calc in textbox (can be hidden) then in another textbox calculate the alpha: =Chr([firsttextbox]+96) & "."
    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
    hawkdriver's Avatar
    hawkdriver is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Nov 2012
    Posts
    23
    Nothing about this database has been simple - too much VBA. I am looking up outline structures, as this will be a first for me in Access. Thanks June. I will get back with you if I get this figured out.

  4. #4
    Collin is offline Novice
    Windows Vista Access 2003
    Join Date
    Apr 2015
    Posts
    1
    The grouped headings and outputting the text is not a problem, just having issues with the sub-text using little "a", "b", so on. The report is formatted currently as I show above. Rich text in Access is really not so rich (kind of like me .



    NAT

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

Similar Threads

  1. Looping through results of a query to run a report
    By peter.nelson in forum Access
    Replies: 1
    Last Post: 05-29-2013, 04:31 PM
  2. Spell out category code letters in a report.
    By IzzyKap in forum Reports
    Replies: 1
    Last Post: 02-26-2013, 02:12 PM
  3. Have a Query only look at the last 4 letters in a name
    By matthewmessmer in forum Queries
    Replies: 3
    Last Post: 02-11-2013, 12:42 PM
  4. Query results into Report
    By VictoriaAlbert in forum Reports
    Replies: 7
    Last Post: 09-01-2011, 10:29 PM
  5. Replies: 3
    Last Post: 05-21-2010, 03:57 PM

Tags for this Thread

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