G
Guest
In Access 2003 i want format a date field to "mmm"", = Jan or Feb. However
the format function return a "blank field"
the format function return a "blank field"
John Spencer said:You didn't post what you tried. Assuming that you tried the following
Field: TheMonth: Format([TableName].[FieldName], "mmm")
And that did not work, then I might try checking your references to see if
any are marked as missing.
--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
werner said:In Access 2003 i want format a date field to "mmm"", = Jan or Feb. However
the format function return a "blank field"
Many thanks John,
I did exactly as you typed, also did check for missing references, but
nothing showed up! I also tried to convert a data base that is working fine
in Acc 2000, but it still is not working correctlty! Please truy and help,
thanks in advance.
[quoted text clipped - 5 lines]You didn't post what you tried. Assuming that you tried the following
raskew via AccessMonster.com said:Hi -
As an experiment, try this from the debug (immediate) window and let us know
what it returns:
'today's date = 29-January-2007
? format(date(), "mmmm")
January
Does it return "January"? If not, you've got a reference problem.
Bob
Many thanks John,
I did exactly as you typed, also did check for missing references, but
nothing showed up! I also tried to convert a data base that is working fine
in Acc 2000, but it still is not working correctlty! Please truy and help,
thanks in advance.
[quoted text clipped - 5 lines]You didn't post what you tried. Assuming that you tried the followingIn Access 2003 i want format a date field to "mmm"", = Jan or Feb. However
the format function return a "blank field"