S
SHAWN
Hi, guys
Need your help, PLEASE....
Got a query that looks like:
Car UnloadDate Deliv_Date SomeOtherField
A123 13/3/2003 14/3/2003 VALUE1
A123 4/5/2003 4/5/2003 VALUE2
A123 4/5/2003 5/5/2003 VALUE3
The query is based on two tables:table1 has unique
[car],[unloaddate],[SomeOtherField],table2 has
[car],[unloaddate],[deliv_date].
Joins are by [CAR] AND [UNLOADDATE].[DELIV_DATE] IS NOT UNIQUE per
[car] and [unloaddate] combination.
What I need is to count the number of Deliv_Date per specific
[Car]&[UnloadDate] combination, i.e. first record should have a count
of 1, records 2 and 3 should have a count of 2, etc...
I tried subqueries, DCOUNT - of no avail.
TIA.
SHAWN
Need your help, PLEASE....
Got a query that looks like:
Car UnloadDate Deliv_Date SomeOtherField
A123 13/3/2003 14/3/2003 VALUE1
A123 4/5/2003 4/5/2003 VALUE2
A123 4/5/2003 5/5/2003 VALUE3
The query is based on two tables:table1 has unique
[car],[unloaddate],[SomeOtherField],table2 has
[car],[unloaddate],[deliv_date].
Joins are by [CAR] AND [UNLOADDATE].[DELIV_DATE] IS NOT UNIQUE per
[car] and [unloaddate] combination.
What I need is to count the number of Deliv_Date per specific
[Car]&[UnloadDate] combination, i.e. first record should have a count
of 1, records 2 and 3 should have a count of 2, etc...
I tried subqueries, DCOUNT - of no avail.
TIA.
SHAWN