G
Guest
hi,
I have a date field that I would like to display as a text value if it
equals a certain value, so that when I see the value on my form, it comes out
formatted correctly.
How can I format a field for a date and allow it to handle text values too?
Is that not possible?
I can't display date and text values for the same text box. Here's what I am
doing:
if (me.dateINput = '01/01/2007' ) then
myform!textdate = "beginning "
else
myform!textdate = me.dateInput
end if
I have a date field that I would like to display as a text value if it
equals a certain value, so that when I see the value on my form, it comes out
formatted correctly.
How can I format a field for a date and allow it to handle text values too?
Is that not possible?
I can't display date and text values for the same text box. Here's what I am
doing:
if (me.dateINput = '01/01/2007' ) then
myform!textdate = "beginning "
else
myform!textdate = me.dateInput
end if