Hi All -
I have a table with 5 true/false fields. I need to calculate totals for each possible combination of true/false for each of these fields. According to my calculations that'd be 128 different queries.
tffff
ftfff
fftff
ffftf
fffft
ttfff
etc.
Does anyone have some code that would allow me to count the number of occurencies in the table?
I have a table with 5 true/false fields. I need to calculate totals for each possible combination of true/false for each of these fields. According to my calculations that'd be 128 different queries.
tffff
ftfff
fftff
ffftf
fffft
ttfff
etc.
Does anyone have some code that would allow me to count the number of occurencies in the table?