I have a query that has 5 fields.
TaskID
Task
StartDate
MaxofCompletionDate
DueDate
If i input a new task with a start date of 4/21/16 but it does not have a completion date yet, i will get no results. If i input a completion date into the table it will then return a result. How do i make it so the query will find results that have either a start date and no completion or the maxofcompletiondate if it has one?
TaskID
Task
StartDate
MaxofCompletionDate
DueDate
If i input a new task with a start date of 4/21/16 but it does not have a completion date yet, i will get no results. If i input a completion date into the table it will then return a result. How do i make it so the query will find results that have either a start date and no completion or the maxofcompletiondate if it has one?