I have a table with following fields:
Proj# DraftDate FinalDate ExitDate ....and much more
111 1/1/01 5/5/01 null
222 2/2/02
333 5/5/03 6/5/03
444 1/1/02 ...etc
I need to have a report where I select Proj# where DraftDate is not null or Final Date is not null... and display the Date which user will select. For example:
Proj# DraftDate or
Proj# FinalDate
Date should be a parameter.
But I cannot display Proj# where Date is not null...??
Proj# DraftDate FinalDate ExitDate ....and much more
111 1/1/01 5/5/01 null
222 2/2/02
333 5/5/03 6/5/03
444 1/1/02 ...etc
I need to have a report where I select Proj# where DraftDate is not null or Final Date is not null... and display the Date which user will select. For example:
Proj# DraftDate or
Proj# FinalDate
Date should be a parameter.
But I cannot display Proj# where Date is not null...??