S
Steve C
A little background:
I have a database which manages hot air balloon flights
at a hot air balloon festival. There are six "flight
times" at which flights occur - FRI PM, SAT AM, SAT PM,
SUN AM, and SUN PM.
I have a form which displays two subforms, one
with "flights" which contain PilotName and FlightTime
among other fields. The contents of this "flights"
subform are the results of a query which finds flights
which have open seats on them.
The other subform displays passenger information, so that
passengers may be seated on flights listed as "open."
What I'm trying to do is limit the amount of records
shown in my subform (which is based on a query) by FLIGHT
TIME. For instance, when we sit down to use the database
Friday night, we only want FRI PM flights to show up in
the subform.
Can anyone offer me some possible ideas I could try?
Thanks a lot,
Steve C
I have a database which manages hot air balloon flights
at a hot air balloon festival. There are six "flight
times" at which flights occur - FRI PM, SAT AM, SAT PM,
SUN AM, and SUN PM.
I have a form which displays two subforms, one
with "flights" which contain PilotName and FlightTime
among other fields. The contents of this "flights"
subform are the results of a query which finds flights
which have open seats on them.
The other subform displays passenger information, so that
passengers may be seated on flights listed as "open."
What I'm trying to do is limit the amount of records
shown in my subform (which is based on a query) by FLIGHT
TIME. For instance, when we sit down to use the database
Friday night, we only want FRI PM flights to show up in
the subform.
Can anyone offer me some possible ideas I could try?
Thanks a lot,
Steve C