G
Guest
Hi ;
I have two tables that are linked with a primary key . (Table1 , Table2)
This primary key field is called [Check Number].
1)It is possible that there is a [Check Number] in “Table1†but not in
“Table2†and it is not possible otherwise . (one to many relationship)
2)All the [Check Number]s in Table1 is unique but there can be many of them
repeated in Table2 .
(one to many relationship)
3)There is one more field in “Table1†that I would like to use in my query
called [Responsibility]
What I would like to do is ;
Count the number of [Check Number] in “Table2†by [Responsibility] .
Can someone pls help me for my above query.
Steve
I have two tables that are linked with a primary key . (Table1 , Table2)
This primary key field is called [Check Number].
1)It is possible that there is a [Check Number] in “Table1†but not in
“Table2†and it is not possible otherwise . (one to many relationship)
2)All the [Check Number]s in Table1 is unique but there can be many of them
repeated in Table2 .
(one to many relationship)
3)There is one more field in “Table1†that I would like to use in my query
called [Responsibility]
What I would like to do is ;
Count the number of [Check Number] in “Table2†by [Responsibility] .
Can someone pls help me for my above query.
Steve