J
jetmech
My problem is trying to get the results of an expression to display on my
report. I am setting a deadline based on a specific start date [DCTB] and
highlighting if not completed on time. I would like the field to fill with
the expected completion date.
I have tried the following:
DateSerial(Year([DCTB]),Month([DCTB]),Day([DCTB])+90)<Date()
I have been able to get them to work based on color filling the Report I
just can't get the actual date to display. I don't even know if I can do it.
Any help will be greatly appreciated.
report. I am setting a deadline based on a specific start date [DCTB] and
highlighting if not completed on time. I would like the field to fill with
the expected completion date.
I have tried the following:
DateSerial(Year([DCTB]),Month([DCTB]),Day([DCTB])+90)<Date()
I have been able to get them to work based on color filling the Report I
just can't get the actual date to display. I don't even know if I can do it.
Any help will be greatly appreciated.