M
maceslin
I am slowly getting the project designed like it should be but my
current problem is as follows:
I have frmAvailReports with cascading cbo (cboAvailReports and
cboSpecifcReports) and a view report command button. Selection within
cboSpecificReports as [forms]![frmAvailReports]![cboSpecificReports]
is the parameter in qryNumberedFleet.
frmAvailReports works great as a standalone form but as soon as I drop
it as a subform into another form and execute the command button I get
a popup with [forms]![frmAvailReports]![cboSpecificReports]. Any idea
why?
Part two
I was planning on using "if then else" to run differnet queries based
on cboAvailReports on execution of command buton. I am sure there is
some way to code the button to adjust the query so I don't have to
make all these queries. Some specific code would be great
Thanks
Dave
current problem is as follows:
I have frmAvailReports with cascading cbo (cboAvailReports and
cboSpecifcReports) and a view report command button. Selection within
cboSpecificReports as [forms]![frmAvailReports]![cboSpecificReports]
is the parameter in qryNumberedFleet.
frmAvailReports works great as a standalone form but as soon as I drop
it as a subform into another form and execute the command button I get
a popup with [forms]![frmAvailReports]![cboSpecificReports]. Any idea
why?
Part two
I was planning on using "if then else" to run differnet queries based
on cboAvailReports on execution of command buton. I am sure there is
some way to code the button to adjust the query so I don't have to
make all these queries. Some specific code would be great
Thanks
Dave