Cowboysooner
Technical User
My query calculates due dates and must use three fields due to the large size of the formulas. Consolidating the formulas to one or two fields results in a "too complex" error message.
I would like to combine the results of the three fields into a single field. The formula output for each field is either a date or Null.
CDate([Field1]) correctly displays the date, but
CDate([Field1]) Or CDate([Field2]) does not work.
I would like to combine the results of the three fields into a single field. The formula output for each field is either a date or Null.
CDate([Field1]) correctly displays the date, but
CDate([Field1]) Or CDate([Field2]) does not work.