deekras
11-07-2001, 07:29 AM
i have a date field that i want to add a number to. this works fine.
NEW END DATE: Format(DateAdd("m",+[payment schedule],[PAID THROUGH]))
but i want to see it as May 1, 2001 not 05/01/01. how can i do that?
NEW END DATE: Format(DateAdd("m",+[payment schedule],[PAID THROUGH]))
but i want to see it as May 1, 2001 not 05/01/01. how can i do that?