K
Krish
In a query, using a table attached to the database, I want to convert the
Period stored in the format such as mm/yy.
e.g.99-01,99-02....04-03,04-04,04-05. to mm/yyyy. When I build in the query
builder using Format([Period],"yyyy/mm"), the results come out as 1989/01,
1989/02 etc. How do I get the correct information?
Period stored in the format such as mm/yy.
e.g.99-01,99-02....04-03,04-04,04-05. to mm/yyyy. When I build in the query
builder using Format([Period],"yyyy/mm"), the results come out as 1989/01,
1989/02 etc. How do I get the correct information?