G
Galsaba
I have two tables.
tblZip is a list of all ZIP codes. it has 3 fields: State, City, and ZIPcode
tblSchools is a list of schools. it has two fields: SchoolName and ZIPcode
I want to create a query that wil have 4 fields:
State, City, ZIPCode, CountSchool.
CountSchool will show how many schools each ZIP has.
If there is no school in a particular ZIP the CountSchool will have the value
0.
Thanks
Joe
tblZip is a list of all ZIP codes. it has 3 fields: State, City, and ZIPcode
tblSchools is a list of schools. it has two fields: SchoolName and ZIPcode
I want to create a query that wil have 4 fields:
State, City, ZIPCode, CountSchool.
CountSchool will show how many schools each ZIP has.
If there is no school in a particular ZIP the CountSchool will have the value
0.
Thanks
Joe