I have a form that has among it's fields "Date Posted" and "Date Closed". I have a calculated field called "Turn Around" with the expression "= Int ([Date Closed] - [Date Posted])". This works fine on the form and the datasheet view. I make a query for records that have a date in the "Date Closed" field to find records that have been closed. When I do this query the turn around time does not show in it's field. How do I get the calculated result to show up in a query? I am using Access 2000.