L
Lee Hunter
What is the correct method or syntax to accomplish:
Cal.Value = IIf(IsNull(Date_In), =NOW(),_ Date_In.Value)
Where Cal is tha ActiveX calendar control and Date_in is
a text box bound to a date field in the DB.
That is to say, if the current record has no date, start
the calendar with today's date.
Thanks for your assistance.
Cal.Value = IIf(IsNull(Date_In), =NOW(),_ Date_In.Value)
Where Cal is tha ActiveX calendar control and Date_in is
a text box bound to a date field in the DB.
That is to say, if the current record has no date, start
the calendar with today's date.
Thanks for your assistance.