Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Countiif Problems

Status
Not open for further replies.

Dklein

IS-IT--Management
Nov 9, 2001
33
US
Hello,

I am writing a report in MS Access 2000 where I have a linked table from an outlook inbox. The report is then run from a query using this table. The report lists FROM, SUBJECT, DATE RECEIVED (as DD/MM/YYYY HH:MM:SS) and DATE MODIFIED (as DD/MM/YYYY HH:MM:SS).

Basically what I have done is a function in an added text field which works out the time elapsed between Received & Modified as hours. The function I used for this is =DateDiff("h",[Received],[Modified]) which works great.

Now what I need is another text field that shows how many of these fields are >3...

I would apprecaite any assitance please.

Many thanks
Dklein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top