I have developed a loan tracking database in Access 97. I do a report that tracks the number of days it takes for the file room to receive a file from a loan center. I have two date controls on a form, InterestStartDate and ReceiveDate. I subtract ReceiveDate from InterestStartDate to get the time elapsed. The problem is that the formula counts weekends and holidays. Is there a custom function I can create that will eliminate weekends and holidays when I subtract two date fields? I appreciate your help!