F
Francisco
I've a Table that has records regarding birthday, Wheight, Height, sex ond
some others fields, I want to build a form to search/sort my database.
TblOriginal
BD Wheight(Kg) Height (cm) (...)
a 29/8/1976 75 175
b 19/4/1983 70 158
c 24/9/1990 56 138
First I made a query from my original table, with all the fields plus
another with the age ((Toda()- [Birthday])/365), then I builded a Form with
two drop down field for each field (Age, Wheight and Height), one for the
max and another to the min.
I got the criteria to work when I give all the criteria fields a value, and
now I want to only fill the criteria I want, i.e , I only want to know the
subjects with the age bigger than 30 years (a) so I'll only fill in the form
the drop down regarding age min, leaving all the others blank, so the result
will be all the wheights + all the heights + only the animal with 30years old
or more.
Also I would like this to work with the others criterias.
Can this be done?
Hope someone can help me.
Sorry for the confusing problem.
Francisco Teixeira
Universidade de Èvora
some others fields, I want to build a form to search/sort my database.
TblOriginal
BD Wheight(Kg) Height (cm) (...)
a 29/8/1976 75 175
b 19/4/1983 70 158
c 24/9/1990 56 138
First I made a query from my original table, with all the fields plus
another with the age ((Toda()- [Birthday])/365), then I builded a Form with
two drop down field for each field (Age, Wheight and Height), one for the
max and another to the min.
I got the criteria to work when I give all the criteria fields a value, and
now I want to only fill the criteria I want, i.e , I only want to know the
subjects with the age bigger than 30 years (a) so I'll only fill in the form
the drop down regarding age min, leaving all the others blank, so the result
will be all the wheights + all the heights + only the animal with 30years old
or more.
Also I would like this to work with the others criterias.
Can this be done?
Hope someone can help me.
Sorry for the confusing problem.
Francisco Teixeira
Universidade de Èvora