Hallo,
here is the problem:
I have three tables: tbl_person (name, id, countryID,typeID), tbl_country (countryname, id), tbl_type (typename, id).
I made a parameter query that I would like to use to display the result of a search by person name, country name and typename.
The criteria for the...