G
Guest
What is the expression for converting multiple dates mm/dd/yyyy to the
coinsiding month?
coinsiding month?
KARL DEWEY said:It is according to how you are going to use the data but try this --
Format([YourField], "yyyymm")
This will give you 200711 for this month.
Format([YourField], "mmmm yyyy")
This will give you November 2007 for this month.
--
KARL DEWEY
Build a little - Test a little
tvillare said:What is the expression for converting multiple dates mm/dd/yyyy to the
coinsiding month?
What is the expression for converting multiple dates mm/dd/yyyy to the
coinsiding month?
= DateSerial(Year([Enter date:]), Month([Enter date:], 1) AND < DateSerial(Year([Enter date:]), Month([Enter date:] + 1, 1)