Hi Everyone,
I have a query filtered down to two records each with a date. The dates are in the same field, one on top of the other. (Not side by side)
Example:
Jan. 1 Project Start
Feb.12 Project End
Does anyone know how I can subtract the two dates to find the number of days between them? I tried using a report but couldn't do it.
Thanks!
Derek
ps. is this poor design? I created a DB with a single Date field then created a second field called Type to distinguish. The purpose was to create a running log. But what happens is that field "Type" has options for a wide range of non-related things. Should I have created a separate field for each date? ie.Initiate Date, Plan Date, Start Date, Close Date, End Date, etc.?
I have a query filtered down to two records each with a date. The dates are in the same field, one on top of the other. (Not side by side)
Example:
Jan. 1 Project Start
Feb.12 Project End
Does anyone know how I can subtract the two dates to find the number of days between them? I tried using a report but couldn't do it.
Thanks!
Derek
ps. is this poor design? I created a DB with a single Date field then created a second field called Type to distinguish. The purpose was to create a running log. But what happens is that field "Type" has options for a wide range of non-related things. Should I have created a separate field for each date? ie.Initiate Date, Plan Date, Start Date, Close Date, End Date, etc.?