I am working with a query that takes all the dates shown and formats the date like: 1/1/04 by using - DateSerial(DatePart("yyyy",[Date]),DatePart("m",[Date]),1).
If the any date is something like 12/13/03 or 2/4/04, it re-formats the date to show 12/1/03 or 2/1/04.
The problem is there are some months skipped. Can I get the query to show 9/1/04 even if 9/14/04 isn't in the field?
Any examples as to how I can do this??
thanks in advance.
jw
If the any date is something like 12/13/03 or 2/4/04, it re-formats the date to show 12/1/03 or 2/1/04.
The problem is there are some months skipped. Can I get the query to show 9/1/04 even if 9/14/04 isn't in the field?
Any examples as to how I can do this??
thanks in advance.
jw