[FONT="]Basically I have it so, two dates can be entered on the form, the earliest date shows up on the last four digits of the project number(the later date does not)
I ran into a problem when rcDateSiteAwarded is null right now I have:
=IIf([rcQuoteSubmitted]<[rcDateSiteAwarded], .... so on, Works fine
I tried [/FONT][FONT="]=IIf([rcQuoteSubmitted]< iif(isNull([rcDateSiteAwarded], rcDateSiteAwarded = #1/1/3000#, rcDateSiteAwarded)), .....rest of my code, doesn't work
but not seeming to work. Any ideas?
[/FONT]
I ran into a problem when rcDateSiteAwarded is null right now I have:
=IIf([rcQuoteSubmitted]<[rcDateSiteAwarded], .... so on, Works fine
I tried [/FONT][FONT="]=IIf([rcQuoteSubmitted]< iif(isNull([rcDateSiteAwarded], rcDateSiteAwarded = #1/1/3000#, rcDateSiteAwarded)), .....rest of my code, doesn't work
but not seeming to work. Any ideas?
[/FONT]
Last edited: