T
Tech Geek 1234
I have a form and subform that work fine by itself. But when I add them to
another form, I get parameter prompts I shouldn't get. I am wondering if the
furthest nested subform is loaded first, before other forms, thereby causing
it to ask for parameters it can't find in the other forms that aren't loaded
yet? Any way around this?
Ultimately, I will have the following nesting of forms: "MainForm", which
contains "PotentialFlight" subform, which contains "Feasibility" subform.
The Feasibility subform is based on a query which pulls parameter data from
the PotentialFlight subform as well as the MainForm. For example, the query
is set to show one Crew Member's flights (based on the current Member
displayed within the MainForm). The query also pulls the dates entered in
the PotentialFlight form.
The parameter prompts I'm getting are the ones for the PotentialFlight
form/subform, not the MainForm.
Is there any way around this? As I mentioned, it's working when I open the
PotentialFlight form (with the Feasibility subform included) separately from
the MainForm. The MainForm has to be open, but it works. I want to put the
PotentialFlight form within the MainForm so it's all together.
I should mention the PotentialFlight subform is not linked to anything,
there is no record source for that form, only unbound date/time fields. When
the form loads, the date/time fields default to "Date()" to prevent null
errors. Also, I've reanamed the parameters (shown below) to account for the
PotentialFlights now being a subform within MainForm - still doesn't work.
I've tried to keep my explanation simple, so if you need more details, let
me know. (e.g. the query is really a summary query based off of other
queries that have the parameters.)
Thanks!
another form, I get parameter prompts I shouldn't get. I am wondering if the
furthest nested subform is loaded first, before other forms, thereby causing
it to ask for parameters it can't find in the other forms that aren't loaded
yet? Any way around this?
Ultimately, I will have the following nesting of forms: "MainForm", which
contains "PotentialFlight" subform, which contains "Feasibility" subform.
The Feasibility subform is based on a query which pulls parameter data from
the PotentialFlight subform as well as the MainForm. For example, the query
is set to show one Crew Member's flights (based on the current Member
displayed within the MainForm). The query also pulls the dates entered in
the PotentialFlight form.
The parameter prompts I'm getting are the ones for the PotentialFlight
form/subform, not the MainForm.
Is there any way around this? As I mentioned, it's working when I open the
PotentialFlight form (with the Feasibility subform included) separately from
the MainForm. The MainForm has to be open, but it works. I want to put the
PotentialFlight form within the MainForm so it's all together.
I should mention the PotentialFlight subform is not linked to anything,
there is no record source for that form, only unbound date/time fields. When
the form loads, the date/time fields default to "Date()" to prevent null
errors. Also, I've reanamed the parameters (shown below) to account for the
PotentialFlights now being a subform within MainForm - still doesn't work.
=([Forms]![MainForm].[Forms]![PotentialFlightsForm].[ETD1])-90
I've tried to keep my explanation simple, so if you need more details, let
me know. (e.g. the query is really a summary query based off of other
queries that have the parameters.)
Thanks!