Ok, I'm somewhat of a rookie....can anyone tell me the expression I would use for finding out the number of days between to dates? For instance, I have a CLOSE_DATE column and a DESIRED_WANT_DATE column in a table that are stricly date/time stamps. I want to be able to take [CLOSE_DATE]-[DESIRED_WANT_DATE] and have the query return the number of days difference but it keeps returning and odd 1900 date in the result. I seem to be able to get this working in Access. Am I missing something on the SQLServer side? Any help would be appreciated. Thx!