mike60smart
Registered User.
- Local time
- Today, 07:14
- Joined
- Aug 6, 2017
- Messages
- 1,991
Hi
I cannot get a DCount of the number of times the same Date is entered into a Table.
My latest attempt is as follows with no Joy, it displays 0
Any help appreciated.
I cannot get a DCount of the number of times the same Date is entered into a Table.
My latest attempt is as follows with no Joy, it displays 0
Any help appreciated.
Code:
=DCount("BatchDate","tblBatchData","BatchDate = " & [Forms]![frmBatchDates]![frmBatchData].[Form]![BatchDate])