Showing a date as a month name

Using an Access App in Office 2013:
Since the format for date/time is so limited, I am guessing that to have field showing the date as a month name, I need to use a calculated field and have the calculation use field named [dateadded]. I tried Month([Fieldname]) but that returned the number
of the month, not the name. 
Or is there a way to use a query to look at the date and return the month. I know how to do this in the desktop client easy, but every time I have tried to make a query field using MyName:[fieldname], blah, blah, it simply disappears when I save the query. 

Hi,
Thanks for posting in TechNet forum.
This forum is for developers discussing developing issue about Apps for SharePoint. Since the issue is more relative to the Access Web App, I would like to move it
Access For Developer forum.
The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either
share their knowledge or learn from your interaction with us.
Thanks for your understanding.
Thanks 
Patrick Liang
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Finder shows only dates and not Event Names???

    Hi all,
    When browsing through Finder to copy some photos for other applications, some of my event names show up as names and some show up as the dates the photos were taken... but all the events have been named and show as such in iPhoto '09 Why is that?
    Thanks,
    Joe

    The power of iPhoto is its relational database - but that does mean you have to use it - it is not a file based system and takes a different way of thinking -- and note that even if you cheat and go directly into the database successfully the structure probably will change in the future that has occurred in the last several versions - so it pays to use the correct methods - which IMHO Terence has documented much better than Apple has
    LN

  • Installed SQL Server with license key provided by Microsoft still it showing expiry date after 6 months

    I Installed Sql Server 2008 in my Windows 2008 Server everthing good but after installed when i check expiry date of SQL SERVER using query its showing after 180 Days my Sql will be expiry.
    Did i done any mistake while installed or do i want to any activation process after installation of Sql Server.
    Please any one get back with reply. I looking forward for a reply.
    Its an emergency basis.

    Hi,
    It look like you install the evaluation version:
    http://msdn.microsoft.com/en-us/sqlserver/bb671064.aspx
    [Personal Site] [Blog] [Facebook]

  • Re: For some reason my applet shows the date as one month behind. Please he

    Your code's too hard to read without formatting, but I'm willing to guess it's because months in the Calendar class begin with 0, (January = 0, not 1) and you're assuming they start with 1.

    import java.text.*;
    import java.util.*;
    public class DateFormattingExample {
        public static void main(String[] args) {
            Date date = new Date();
            DateFormat df = DateFormat.getDateInstance();
            String s = df.format(date);
            System.out.println(s);
    }

  • Wanted to have all previous 6 Months name in sequence....

    Hi
    I am using BI BEx Designer tool for generating a report on month basis having 0CalMonth on column side like Jan'10 to Jul'10.
    Now the problem is if there is no transaction for any month then we wont' get that month name in the report, but i wanted to show all the last 6 months Names in sequence for the data & should show the char value 0 for the month which we dont have trx.
    How to do it. Pls let me know if you find any solution on this.
    Thanks...

    Build a structure In the query designer, containing 6 elements:
    The 1st one you filter on JAN and name January, the 2nd one you filter on FEB and name February, etc...
    In the query properties you have to make sure you have no zero compression active.
    This way the structure will alway display and a zero will show even if you don't have any transactions in the cube.
    Best,
    Ralf

  • Data Sourse - Invalied Table Name in UDO'S

    hi,
    in my code, i am using udo's.i created an udo with only one master table. the udo is assigned to SRF file. when retriving  data from the table it showing Error  "Data Sourse - Invalied Table Name"
    my code to fill the matrix is
                xoConditions = New SAPbouiCOM.Conditions
                xoCondition = xoConditions.Add
                xoCondition.BracketOpenNum = 1
                xoCondition.Alias = "U_RStatus"
                xoCondition.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL
                xoCondition.CondVal = "Y"
                xoCondition.BracketCloseNum = 1
                DBDS("@" & enAddOnTableName.cst_NhclRoundoff).Query()
                For i = 0 To DBDS("@" & enAddOnTableName.cst_NhclRoundoff).Size - 1
                    Me.FormMatrix(enControlName.cst_Matrix).AddRow()
                    DBDS("@" & enAddOnTableName.cst_NhclRoundoff).Offset = i
                Next i
    Edited by: Nageswar Venkat on Aug 7, 2008 12:56 PM

    Nageswar,
    Try to put a message box and see what the name of the table is coming up.. as u have specified "@" in ur code.. if the table name comming up already has an @, then it will be an invalid table rite..?
    Regards,
    Vasu Natari.

  • Stock app (builtin) - no way to update graphs (they show old data)

    Even if I exit and enter again form the app, switch graph View (from 1day to 1month) some graphs always shows OLD data (even a month or so).. even if it seems it download data from the network..
    It doesn't happens with ALL the stock quotes.. and it doesn't happen with the %, Price or Capit... it only happens with the graphs..
    Tried also to reset the iPhone.. problem still there..
    Any idea? Any way to "clear cache"/"force reload data" for graphs??
    Thanks

    There isn't a way,  I suppose Apple have never considered users might use it the way you are. Or more likely they don't think you should.

  • How to show montha name starting from APR to MAR

    Hi,
    How to show financial year in report .
    I.e
    When i select month column in my report i need to get values starting from APR to till MAR. Can any one tell me how to show it.
    APR,
    MAY,
    JUN,
    JUL,
    AUG,
    SEP,
    OCT,
    NOV,
    DEC,
    JAN,
    FEB,
    MAR

    Hi,
    Steps to achieve,
    1. Go to analysis pull it out your month columns two times (let rename it month Id and month name)
    2.) edit formula on month Id columns put it below contional statement
    E.x:
    Case when month name = 'January' then '1'
    When month name ='February' then '2'
    When case month name='November' then '11' Else '12' end
    3.) Go to month name columns in your analysis criteria and edit formula here u just make it first 3 char of your month name columns by using left( month name, 3)
    4 ) sort month name columns by using month id columns then hide month id columns it will work as you expected
    Another solution:
    First you need to add the function monthname in the column formula. This will give you month names.
    Ex-MONTHNAME("Cal Date")
    To sort, add bin or write case statements in other column and sort it.
    Ex- case
    when MONTHNAME("Cal Date")='Jan' then 1
    when MONTHNAME("Cal Date")='Feb' then 2
    end
    Hope this help's
    Thanks,
    Satya

  • How to set the filter on a report to show the data for the Current Month

    Hi all,
    I am working on a report, which currently has this filter: Date First Worked is greater than or equal to 10/01/2010. This reports show the data for the current month, so at the beginning of each month we have to remember to change the date on the filter.
    Does anyone know what the criteria should say, so that it automatically changes and shows the information for the current month, without us having to go in and change anything?
    Any help would be greatly appreciated!
    Thanks,
    AA

    You need to add a session variable to date fir worked assuming that this is a date field.
    To do this open up the filter on the field then at then press add Variable then "session" and enter the following CURRENT_MONTH into the Server Variable section.

  • In urgent need of help regarding getting month name and dates

    Hi Experts
    I have a table called MONTHLYBILL with Column TRANSACTIONMONTH. I need one query / function / SP to do return ouput based on following combination. I am using Oracle 9i
    Have researched on various forums, documents but unable to get the desired output. Finally here in hope of help.
    Input
    From Date: 06/01/2011
    To Date: 12/03/2011
    Output
    Month: DECEMBER-2010 (previous month of From Date). Now if DECEMBER-2010 is not available in table, then returns the
    month which is available immediately the month preceeding DECEMBER-2010
    Begin Date: 01/01/2011 (1st day following the month returned in output)
    End Date: 31/03/2011 (last date of month based on input To Date)
    Input
    From Date: Null
    To Date: 12/03/2011
    Output
    Month: First available transactionmonth in DB (say JANUARY-2010)
    Begin Date: 01/02/2011 (1st day following the month returned in output)
    End Date: 31/03/2011 (last date of month based on input To Date)
    Input
    From Date: Null
    To Date: Null
    Output
    Month: First available transactionmonth in DB (say JANUARY-2010)
    Begin Date: 01/02/2011 (1st day following the month returned in output)
    End Date: Current month's last date

    What is your application release?
    I am in big trouble now.. can anyone help....
    I have a backup of an EBS instance, lets say it was taken one month ago, and now we got some datas lost in the current production server..
    some one deleted some datas...
    Now we need some specific data from the old backup and restore it to the production
    or can it be restored? please help me guys...What kind of data? What is the table name?
    Since this is a production issue, I would suggest you log a SR.
    Thanks,
    Hussein

  • How to fetch the Date column(or Month column) from the file name from the specified path in ODI 11g

    Hi ALL,
    Can any one help us regarding How to fecth the Date column(or month column) from the file name specified in the path in a generalized way .
    For example :
    file name is :subscribers (Cost) Sep13.csv is specified in the below path
      E:\Accounting\documents\subscribers (Cost) Sep13.csv
    here I need to fetch the "Sep13" as a Date column in the ODI 11g in the generalized way.
    Can any one help us in this case as early as possible.

    I would suggest using a piece of Jython code for this.  Something like this...
    import os
    import os.path
    filelist  = os.listdir(E:\Accounting\documents\)
    for file in filelist:
    datestr = file[19:-4]
    You'd need to work out what to do with datestr next...  perhaps write it to a table or update an ODI variable with it.
    Hope this is of some help.

  • Function Modules for Format Date, Month Name and Quarter value.

    Hi All,
    1. I am getting the date field from the Flatfile, so i need to format the date to YYYYMMDD. Is there any Function module for that in BW.
    2. Based on the above Formated Date i have to find out the Name of the Month like JANUARY, FEBUARY etc.
    3. Based on the same above Formated Date i need to find out the Quarter like 1, 2 etc.
    Could you please let me know if any function modules are there for the above questions in BW not in ABAP, why i mention is some Function modules are there in ABAP but not in BW.
    Thanks in advance.
    Regards,
    srinivas

    Hi ,
    1.If your input date format is MMDDYYYY then Use SDATE as conversion routine in trans strucutre to convert into YYYYMMDD.
    2.By passing year as input parameter for the following FM you would get all the months with text.Using READ statement in routine you can get month name
    MONTH_NAMES_GET
    3.For Quarters you can use the following FM:
    TSTR_PERIODS_QUARTERS
    hope it helps...
    regards,
    Raju

  • FM for getting MONTH name from DATE.

    Hi all ,
    We have a requirement to get Month name from the DATE,e.g IF date is 01/01/2008 we need a FM which can generate month name as 'JANUARY'.
    \[removed by moderator\]
    Thanks and Regards
    Kiran
    Edited by: Jan Stallkamp on Jul 30, 2008 4:26 PM

    Hi,
    Here is the code u required...
    REPORT  ZASHU_MONTH_NAMES_GET.
    data:r_code type sy-subrc.
    data:mnames type standard table of T247 with header line.
    CALL FUNCTION 'MONTH_NAMES_GET'
    EXPORTING
       LANGUAGE                    = SY-LANGU
    IMPORTING
         RETURN_CODE                 = r_code
    TABLES
        month_names                 = mnames.
    EXCEPTIONS
      MONTH_NAMES_NOT_FOUND       = 1
      OTHERS                      = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    write:/ mnames.
    Thanks & Regards
    Ashu Singh

  • Showing the Date (month & day) in the Menu Bar, Not just the Day of the Wee

    Since upgrading to 10.5 from 10.4, I've noticed that the menu bar no longer shows the date (month and day, it just shows the day of the week.
    Is there a way to get the menu bar to show the month and day again as it did in 10.4?

    Tiger had to be changed in the same way as Leopard.
    Start by opening the International Preferences panel, and clicking the Formats tab.
    In the Dates section, click Customize. Click the Show pop-up and select your choice of Short, Medium, etc. Now place the elements you want in the small "work area," by dragging and dropping them from the Date Elements section. Once placed, you can click on some elements to see other options (Wednesday or Wed, for instance). Once you've built the date string you want, click once in the work area, and hit Command-A then Command-C to select the string and copy it. Now click Cancel to close the window without making any changes.
    In the Times section, click Customize, and set the Show pop-up to Medium. In the small work area below the pop-up, place the curser where you want the date elements to start, and click to position the cursor. Now hit Command-V to paste the elements you just copied. You can further add characters and spaces to customize the look. If you want to remove an element (i.e. the year), click on it and use the Delete key. Click OK, and you'll see the results in the menubar.
    S.

  • Anybody know how to just display month-name for a date?

    Hi, just displaying the month name seems not be among the available date formats. In the Inspector, under Date/Time formats, "April-08" is the closest available format. D'oh!

    philonius,
    You may have to resort to the CHOOSE function,
    =CHOOSE(MONTH(Date),"January","February", ... ,"November","December")
    pw

Maybe you are looking for

  • Single click in file open dialogs in KDE4.1

    Hi, In my KDE 4.1, there's something that doesn't seem right: If in system settings, mouse&keyboard, I set the option "Double-click to open files and folders", then it doesn't actually  listen to that setting. In a file open dialog, it opens a file a

  • How to restore a deleted database in Hyperion Strategic Finance (HSF).

    I deleted a database from my HSF server and would like to restore in now. Prior to deletion, I had saved the entire database in an external drive. How can I retrieve it will full access? Thanks.

  • Why does my sub-projects open in read only when master is opened

    I have created a master schedule with 4 sub-projects inserted as read only. My problem is that when the master is opened the sub-projects will only open in read only so PMs can not update their schedules when requried. I have sold my company on using

  • 8i Memory Consumption in Solaris 8

    Hi, This time I'm hoping I've posted this qustioned to the right place. :-) This is the memory consumtion I took from my Solaris 8 Netra T1 with 256 MB RAM after running the prstat -t command. User Oracle is the Oracle 8.1.6 DB owner. Initial Consump

  • Server command window disappears after running

    Hi, I have been having major problems with BEA weblogic. I'm just trying to run samples from their book and I got things to work using version 6.1 which I downloaded from the site but when it came to Entity Beans, the sample wouldn't work. So I insta