dab1477
Board Regular
- Joined
- Jul 30, 2002
- Messages
- 65
Thanks in advance. I am an intermediate user of Access and have the following issue:
How do I omit the parameter windows show for SUMofPLANNEDSCREENS SUMofActualScreens SUMofACTUALMnhrs as part of Query A, that pull the data from Query B?
I have a query that pulls data from a Query B. Query B has a Date1 field that uses the Between function, where the query wants required Start Date and End Date inputs. When running Query A that pulls from Query B, a parameter window pops up and I enter the Start date, then the End date. This works as expected.
The issue is that the SAME Query A wants a parameter input for the additional 3 fields form Query B, that DON'T require input. These fields are expected to simply PULL data that gets summed from Query B. I use these 3 fields to populate 2 expressions from the Initial query.
Query B looks Like this:
DATE_1 Shift Cell DaysWorked PlannedScreens ActualScreens ActualMnhrs CurrentwKSPERF CURRENTWKSLOST CURRENTWKSLBRHRS
Query A looks like this:
Date_1 SUMofPLANNEDSCREENS SUMofActualScreens SUMofACTUALMnhrs Perf% U/LH
This query wants inputs for START DATE, END DATE, SUMofPLANNEDSCREENS SUMofActualScreens SUMofACTUALMnhrs. The latter 3 are NOT data inputs, but are pulled from Query B.
The latter 2 fields are calculated as follows:
Perf %: [SumOfActualScreens]/[SumOfPlannedScreens]
U/LH: [Sum Of Actual Screens built]/[Sum Of Actual Manhours worked]
These calculated fields are not associated with any Parameter Window.
How do I omit the parameter windows show for SUMofPLANNEDSCREENS SUMofActualScreens SUMofACTUALMnhrs as part of Query A, that pull the data from Query B?
Thanks
How do I omit the parameter windows show for SUMofPLANNEDSCREENS SUMofActualScreens SUMofACTUALMnhrs as part of Query A, that pull the data from Query B?
I have a query that pulls data from a Query B. Query B has a Date1 field that uses the Between function, where the query wants required Start Date and End Date inputs. When running Query A that pulls from Query B, a parameter window pops up and I enter the Start date, then the End date. This works as expected.
The issue is that the SAME Query A wants a parameter input for the additional 3 fields form Query B, that DON'T require input. These fields are expected to simply PULL data that gets summed from Query B. I use these 3 fields to populate 2 expressions from the Initial query.
Query B looks Like this:
DATE_1 Shift Cell DaysWorked PlannedScreens ActualScreens ActualMnhrs CurrentwKSPERF CURRENTWKSLOST CURRENTWKSLBRHRS
Query A looks like this:
Date_1 SUMofPLANNEDSCREENS SUMofActualScreens SUMofACTUALMnhrs Perf% U/LH
This query wants inputs for START DATE, END DATE, SUMofPLANNEDSCREENS SUMofActualScreens SUMofACTUALMnhrs. The latter 3 are NOT data inputs, but are pulled from Query B.
The latter 2 fields are calculated as follows:
Perf %: [SumOfActualScreens]/[SumOfPlannedScreens]
U/LH: [Sum Of Actual Screens built]/[Sum Of Actual Manhours worked]
These calculated fields are not associated with any Parameter Window.
How do I omit the parameter windows show for SUMofPLANNEDSCREENS SUMofActualScreens SUMofACTUALMnhrs as part of Query A, that pull the data from Query B?
Thanks