Hi all
I have a database that lists 1000 schools (rows) and about 100 survey questions (columns). The data type for the cells in the columns is yes/no.
I also have a form that contains a listbox with the school name and another listbox that needs to display the total number of "yes" values that each school has. If a question is ticked it means "yes" if not ticked it means "no"
When i click a command button, i want it to search through my database, go to the school name and look at its record to see how many colums were ticked.
Thanks in advance
I have a database that lists 1000 schools (rows) and about 100 survey questions (columns). The data type for the cells in the columns is yes/no.
I also have a form that contains a listbox with the school name and another listbox that needs to display the total number of "yes" values that each school has. If a question is ticked it means "yes" if not ticked it means "no"
When i click a command button, i want it to search through my database, go to the school name and look at its record to see how many colums were ticked.
Thanks in advance