I create a report in access and some fields are dates. How can I make appears a text instead of a date, because in some cases I don't have to include the date but I need to have fill the renage with something in the report.
I create a report in access and some fields are dates. How can I make appears a text instead of a date, because in some cases I don't have to include the date but I need to have fill the renage with something in the report.
That's not a lot of detail, but you can do this:
=Nz(DateField, "TextHere")
in in the control source of a textbox.