i had create a table and i add month field in the table.
Now i want the form to show the month in word, eg, April.
But when i set the control source to Month, it will show 04...
Besides, I had try this: =Format([Month],'mmm')
but it show jan , it suppose to be April.
then i also try this,: =MonthName([Month])
but also cannot.
pls help me, thx.
Now i want the form to show the month in word, eg, April.
But when i set the control source to Month, it will show 04...
Besides, I had try this: =Format([Month],'mmm')
but it show jan , it suppose to be April.
then i also try this,: =MonthName([Month])
but also cannot.
pls help me, thx.