> Thanks! Ok, I'll change my format to Date/Time and select format=Short Date.
> But, when the user enters mm/yyyy, do I need to rebuild the date in order to
[quoted text clipped - 16 lines]
> > >
> > > Thank you!
Thank you, Alan!
One more question. If I was using NZ(process_month_year,"") function
previously when the field was a text field, and now it's a date formatted
field, what is the equivalent function instead of the NZ (i.e. if the date is
a null value)?
> You can enter just a month and year in a date field without a day and it will
> store it with the default of the 1st day. If you never show the day or care
[quoted text clipped - 20 lines]
> > > >
> > > > Thank you!
AkAlan - 30 Nov 2005 22:20 GMT
Have you ever used an Inline If function. This might work, put it as the
control source of the Date field you are concerned with.
=IIf(IsNull([DateField]),"SomeValue",[DateField])
If the date field is null you get what ever is after the first comma,
otherwise you get what is after the second comma.
> Thank you, Alan!
> One more question. If I was using NZ(process_month_year,"") function
[quoted text clipped - 26 lines]
> > > > >
> > > > > Thank you!
gg - 30 Nov 2005 22:38 GMT
Ok. Will try this. Thanks!!
> Have you ever used an Inline If function. This might work, put it as the
> control source of the Date field you are concerned with.
[quoted text clipped - 34 lines]
> > > > > >
> > > > > > Thank you!