Thanks Ido and Brian,
I am still having a problem. I should explain a few factors. I have 4 tables linked by a primary id, the census tract id number. My primary table is the assessment area table, most important, composed of 256 records, ie 256 census tracts for this assessment area, all unique census tract ids. My other tables are loans, denials and deposits. I want to display number of indate loans in one field, sum of the indate loans in the next field, deposits, sum of deposits, all for each census tract id in the assessment area. The problem i am running into is the loans, denials, deposit tables include duplicate census tract ids. I grouped the census ids in for the assessment area. I applied both solutions, running total by count type and the summarizing based on 1 or 0. The results are 1s and 2s for each census tract id. I am a small company looking to go big. I'm close, but where lies the problem?
Thanks,
GIScrew
I am still having a problem. I should explain a few factors. I have 4 tables linked by a primary id, the census tract id number. My primary table is the assessment area table, most important, composed of 256 records, ie 256 census tracts for this assessment area, all unique census tract ids. My other tables are loans, denials and deposits. I want to display number of indate loans in one field, sum of the indate loans in the next field, deposits, sum of deposits, all for each census tract id in the assessment area. The problem i am running into is the loans, denials, deposit tables include duplicate census tract ids. I grouped the census ids in for the assessment area. I applied both solutions, running total by count type and the summarizing based on 1 or 0. The results are 1s and 2s for each census tract id. I am a small company looking to go big. I'm close, but where lies the problem?
Thanks,
GIScrew