basically, I am trying to run a report... I have an allmembers report and seperate it by "HG_Flight" ... Alpha, Bravo, Charlie....
Now, I want to run a report that only shows the members that are in the selected "HG_Flight"
So I have a form, formMemberReports , On this form I want a Combo box to select which HG_Flight, then a run report button that runs the report and only displays those in that selected flight.... HELP?
Form= formMemberReports
Combo box = cboWhichFlight
Run report button = btnRunByFlightReport
Report = rptByFlightMembers
Table = tblPeople
Field for HG_flight = HG_Flight
I figure I need a query of sorts, and maybe a where condition but I am not sure how to get this to work.
Now, I want to run a report that only shows the members that are in the selected "HG_Flight"
So I have a form, formMemberReports , On this form I want a Combo box to select which HG_Flight, then a run report button that runs the report and only displays those in that selected flight.... HELP?
Form= formMemberReports
Combo box = cboWhichFlight
Run report button = btnRunByFlightReport
Report = rptByFlightMembers
Table = tblPeople
Field for HG_flight = HG_Flight
I figure I need a query of sorts, and maybe a where condition but I am not sure how to get this to work.
Last edited: