Re: SQL - Printing Dates With 0 "Count" Records
- From: "scadav" <dkscaccia@xxxxxxxxx>
- Date: 25 Apr 2006 10:57:08 -0700
Here is what implemented in the control:
=DCount("*","EmployeesActivity","[ActivityDate] > #3/1/2006#" & " AND
[DatabaseID] = " & [txt_DatabaseID])
The result I get is that the first person on the report has a value of
1. Then the numbers go as follows:
3
5
7
8
9
11
12
13
14
16
18
and there is only 1 person on the report that has two incidents for the
time period in question.
As for the identification of individuals, yes. I am actually using a
DatabaseID field from the table and the control on the form is called
txt_DatabaseID
Thanks for your time.
.
- Follow-Ups:
- Re: SQL - Printing Dates With 0 "Count" Records
- From: John Spencer
- Re: SQL - Printing Dates With 0 "Count" Records
- References:
- SQL - Printing Dates With 0 "Count" Records
- From: scadav
- Re: SQL - Printing Dates With 0 "Count" Records
- From: Douglas J. Steele
- Re: SQL - Printing Dates With 0 "Count" Records
- From: scadav
- Re: SQL - Printing Dates With 0 "Count" Records
- From: scadav
- Re: SQL - Printing Dates With 0 "Count" Records
- From: John Spencer
- Re: SQL - Printing Dates With 0 "Count" Records
- From: scadav
- SQL - Printing Dates With 0 "Count" Records
- Prev by Date: Re: Table Field Auto Update?
- Next by Date: Can you replace values on report?
- Previous by thread: Re: SQL - Printing Dates With 0 "Count" Records
- Next by thread: Re: SQL - Printing Dates With 0 "Count" Records
- Index(es):
Relevant Pages
|