Results 1 to 8 of 8
  1. #1
    jdboss53 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jan 2017
    Posts
    4

    Making Month Names show in query reports


    Hey all,

    This is my first post and I am a huge novice. I acquired an Access DB for our business and it is very complex. I have been able to make minor changes here and there but am struggling. There are several Cross Tab Queries that report on volumes and referrals by month, quarter and year. On the reports though, they are reported as M3, M5 etc. I have seen the Format "MMMM" suggestion but have not gotten it to work. I've seen some other suggestions and in design view, I have tried to write conditions in the criteria tab and have either failed due to improper structure or the MMMM simply not working. Thoughts??

    Thank you!

  2. #2
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051
    Do you mean how to get m3 to show up on a report as march? (3rd month)


    Sent from my iPhone using Tapatalk

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    make a table of tMonths
    MoNum, Title
    1, M1
    2, M2
    etc

    join this table to your data query, join on Month([MyDate]) and you will get your proper titles for the report.

  4. #4
    jdboss53 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jan 2017
    Posts
    4
    Yes sir I want the report to read march and not M3

  5. #5
    jdboss53 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jan 2017
    Posts
    4
    I've created the table but I'm not understanding how to join it or write the expression. May I have detailed instructions?

  6. #6
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051

    Making Month Names show in query reports

    An alternative might be change the field on the report which has M3 (I'll assume it is mymth.

    Create a text box and type
    Monthname(Mid([MyMth],2,Len([Mymth])))

    This should return January etc


    Sent from my iPhone using Tapatalk
    Last edited by andy49; 01-04-2017 at 04:59 PM. Reason: Can't read!!!!

  7. #7
    jdboss53 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jan 2017
    Posts
    4
    Thanks for the tip andy49 but it's not a report. It's a cross tab query that auto generates a graph with volumes. I want the M3 etc on the graph to say January, feb, etc.

  8. #8
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051
    The sql might prove useful here of the cross tab query


    Sent from my iPhone using Tapatalk

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

Similar Threads

  1. Replies: 1
    Last Post: 03-29-2014, 10:19 AM
  2. Query Expression for Month Names
    By tngirl in forum Queries
    Replies: 1
    Last Post: 03-06-2014, 01:52 PM
  3. Replies: 10
    Last Post: 10-19-2012, 05:10 AM
  4. Query to show averages by month
    By DDEB in forum Queries
    Replies: 3
    Last Post: 05-08-2012, 05:11 PM
  5. Replies: 3
    Last Post: 11-29-2011, 02:37 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