Hi to all
i am Mandeep new to all of You.
i have a Problem and hope solution from you.
i want to return only Month of the Given date. suppose i have a field order_date in the order table. i want display list as follows.
Date_Result
jul
aug
dec
jan
jan
feb so on
i am using following query.
select =format(order_d ate,"mmm") AS Date_Result from orders;
this works fine and giving me required output in ms access.
but problem is i want to create a pivot table report in Excel
when i write the same query in Excel to access te Date from Ms-Access, in that case this function did not work.
so plz any one can tell me other fuction that can be used to extract only Month form the given date.
PLZ
Mandy(Mandeep)
i am Mandeep new to all of You.
i have a Problem and hope solution from you.
i want to return only Month of the Given date. suppose i have a field order_date in the order table. i want display list as follows.
Date_Result
jul
aug
dec
jan
jan
feb so on
i am using following query.
select =format(order_d ate,"mmm") AS Date_Result from orders;
this works fine and giving me required output in ms access.
but problem is i want to create a pivot table report in Excel
when i write the same query in Excel to access te Date from Ms-Access, in that case this function did not work.
so plz any one can tell me other fuction that can be used to extract only Month form the given date.
PLZ
Mandy(Mandeep)
Comment