A
ampickel
I set up a database to keep track of athletes enrolled in a soccer camp. The
table is
structured with first and last names, address, basically all information
reguarding the athlete. I have two colums, one for male and one for female,
both are yes/no fields, (check boxes), and two columns, one for day camp and
one for high school camp. What I want to do is run a query so that I can
pull records in any combination, for example all male day campers, or all
female high school campers or all high school campers male and female. I
can do one parameter just fine and I know the null option to get both, but
when I add
the other parameter my queries come up blank. Any ideas!
table is
structured with first and last names, address, basically all information
reguarding the athlete. I have two colums, one for male and one for female,
both are yes/no fields, (check boxes), and two columns, one for day camp and
one for high school camp. What I want to do is run a query so that I can
pull records in any combination, for example all male day campers, or all
female high school campers or all high school campers male and female. I
can do one parameter just fine and I know the null option to get both, but
when I add
the other parameter my queries come up blank. Any ideas!