I have a Dlookup below:
IntC = DCount("[CallType]", "dbo_tbl_DailyCall_Log", "[CallType] = 'Inbound'AND [CallDate] >= Forms!Retriever![txtDate]AND [CallDate]<= Forms!Retriever![txtEndDate]")
txtDate and txtEndDate is a date in this format: 1/26/2005
unfortunatly [CallType] is a date in this...