M
Martha
I am working with DateDiff . I get no error messages but also do not get any
results in my calculated field. I have two dates, START_DATE and END_DATE and
I need to know the number of days between them. START_DATE and END_DATE are
both Date/Time type with a Short Date format.
I am working in the QBE grid to write the query. I select an empty column
and put my DateDiff calculation on the line below Or: in the Criteria area. I
have tried:
[END_DATE]-[START_DATE]
and
DateDiff("d",[START_DATE],[STOP_DATE])
Both approaches ask for parameter values for Time and STOP_DATE. If I don't
enter anything the query runs and displays data from all other columns,
displays the calculated field, Time, but the cells are empty.
Help is appreciated, and I expect to feel pretty stupid after I get it!
results in my calculated field. I have two dates, START_DATE and END_DATE and
I need to know the number of days between them. START_DATE and END_DATE are
both Date/Time type with a Short Date format.
I am working in the QBE grid to write the query. I select an empty column
and put my DateDiff calculation on the line below Or: in the Criteria area. I
have tried:
[END_DATE]-[START_DATE]
and
DateDiff("d",[START_DATE],[STOP_DATE])
Both approaches ask for parameter values for Time and STOP_DATE. If I don't
enter anything the query runs and displays data from all other columns,
displays the calculated field, Time, but the cells are empty.
Help is appreciated, and I expect to feel pretty stupid after I get it!