D deekras Registered User. Local time Today, 13:41 Joined Jun 14, 2000 Messages 169 Nov 7, 2001 #1 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?
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?
C cpod Registered User. Local time Today, 07:41 Joined Nov 7, 2001 Messages 107 Nov 7, 2001 #2 NEW END DATE: Format(DateAdd("m",+[payment schedule],[PAID THROUGH]),"mmm d, yyyy")