oxicottin
Learning by pecking away....
- Local time
- Yesterday, 19:31
- Joined
- Jun 26, 2007
- Messages
- 891
Hello, I have a query (qry_EmployeesNet) with a field (ShiftDate) and I have an expression I want to use to count times the same date was used so I can us that expression in my continuous form to highlight duplicate dates. Anyways, I run the query, and the expression below displays (Error#) for the (DupDateCount) column. What am I doing incorrect in my expression, I think its the table part, I didnt know what to put there?
DupDateCount: DCount("ShiftDate","tblShiftDay","ShiftDate= """ & [ShiftDate] & """")
DupDateCount: DCount("ShiftDate","tblShiftDay","ShiftDate= """ & [ShiftDate] & """")
Last edited: