B
bw
I have compiled my data into several tables (maybe cart before the horse),
that includes the following:
Airport Table.. (All "From" and "To" airports are specified here)
Airline Table... (A list of airlines are specified here)
Flight Table.....(Information about a specific flight; i.e. Airline, Flt
Number, From airport, To airport, Depart Time, Arrival Time, etc).
I have three problems for which I don't know how to proceed.
1. SHOW APPLICABLE FLIGHTS
I want to have a form that will allow me to specify a "From" airport, and a
"To" airport. When I make these selections from combo box(s), the form (or
subform) will display only those flights meeting the selected criteria.
Part of my problem with this is that I have a table "Airports" with the
information about the airports, and of course I don't want multiple tables
with the same information repeated. I can specify the "From" airport okay,
buy I don't know how to further limit the choices by specifying a "To"
airport. I'd like some guidance as to how to setup the database to
accomplish this task.
Picture a form showing a combo box on the left (From airport), another combo
box on the right (To airport) and the resulting flights that meet both
criteria below.
2. CHOOSE A SPECIFIC FLIGHT
Once I have selected a specific flight from above, I then need to "save"
that information and specify a return trip in the same manner, on the same
form. Is this a (Form1, subform1) with another (Form2, subform2) embedded
within the first? How?
3. PRINT THE SELECTED FLIGHT INFORMATION
Once I have select two flights (round trip), I then want to print the
information (on a report of my own design). I don't know how to transfer
the two selected flights to a report.
Some suggestions on how to proceed will be much appreciated.
Thanks,
Bernie
that includes the following:
Airport Table.. (All "From" and "To" airports are specified here)
Airline Table... (A list of airlines are specified here)
Flight Table.....(Information about a specific flight; i.e. Airline, Flt
Number, From airport, To airport, Depart Time, Arrival Time, etc).
I have three problems for which I don't know how to proceed.
1. SHOW APPLICABLE FLIGHTS
I want to have a form that will allow me to specify a "From" airport, and a
"To" airport. When I make these selections from combo box(s), the form (or
subform) will display only those flights meeting the selected criteria.
Part of my problem with this is that I have a table "Airports" with the
information about the airports, and of course I don't want multiple tables
with the same information repeated. I can specify the "From" airport okay,
buy I don't know how to further limit the choices by specifying a "To"
airport. I'd like some guidance as to how to setup the database to
accomplish this task.
Picture a form showing a combo box on the left (From airport), another combo
box on the right (To airport) and the resulting flights that meet both
criteria below.
2. CHOOSE A SPECIFIC FLIGHT
Once I have selected a specific flight from above, I then need to "save"
that information and specify a return trip in the same manner, on the same
form. Is this a (Form1, subform1) with another (Form2, subform2) embedded
within the first? How?
3. PRINT THE SELECTED FLIGHT INFORMATION
Once I have select two flights (round trip), I then want to print the
information (on a report of my own design). I don't know how to transfer
the two selected flights to a report.
Some suggestions on how to proceed will be much appreciated.
Thanks,
Bernie