i am trying to count the amount of records between 1-1-2003 and 31-12-2003 using the dcount command:
inc_jan = DCount("ID", "module_IM", "[Call_date] > #1-1-2003# AND < #31-1-2003#"
i get the error message "Missing operator in query expression..........."
does anyone know how to resolve this problem ?
inc_jan = DCount("ID", "module_IM", "[Call_date] > #1-1-2003# AND < #31-1-2003#"
i get the error message "Missing operator in query expression..........."
does anyone know how to resolve this problem ?