I have a query that gets its criteria from a form. Is it possible to remove or replace fields in the query from the form in order to increase or decrease the data required.
TRANSFORM Sum(round([NETT]-[gst])) AS Sales
SELECT SCEX.AC_NO, DREX.NAME, DREX.CLASS, retgrp([SCEX].[CLASS]) AS GRP, [Forms]![StatsSboard]![Classif] AS Sel, CarrTerrTbl.NAME,
E.G. Add or remove SCEX.DESC or any other field for that matter.
The end result being sales by customer by product by supplier or sales by customer by product by terr or any other drill down combination required without having separate queries
In anticipation
Errolf
TRANSFORM Sum(round([NETT]-[gst])) AS Sales
SELECT SCEX.AC_NO, DREX.NAME, DREX.CLASS, retgrp([SCEX].[CLASS]) AS GRP, [Forms]![StatsSboard]![Classif] AS Sel, CarrTerrTbl.NAME,
E.G. Add or remove SCEX.DESC or any other field for that matter.
The end result being sales by customer by product by supplier or sales by customer by product by terr or any other drill down combination required without having separate queries
In anticipation
Errolf