I am trying to find a way to create a feature i need for my users in the DB
Hope anyone can help me out.
The situation:
DB with three tables:
A table with info about people
a table with info about travels
a table to combine both (who did which travel and when)
I want to create a way for the user to get a list of people by sorting on one of more fields from travels
E.G. I want to see al the people who have had a trip to russia (a value in field “destination” )
or I want to see al the people that had a trip with an airplane (a value in field “transportation”)
and preferably I want to be able to make combinations.
the problem is that I could make a REPORT for every situation and then create a long list of possible combinations but that is not what I want.
what I want is a FORM where I can use one ore more comboboxes to get an instant list of all the people that have had a trip that meets the selected criteriumcriterea.
does anyone have any idea how to solve this?
Thanks in advance
Diederik