R
radioheadbutt
I am having difficulty editing a crosstab query - and I believe another
question was asked about this - but I'm not sure if it was ever answered.
When I try to edit an individual cell, I cannot edit the information. Any
suggestions?
PARAMETERS [Forms]![frm_paula]![cbo_mp] Long;
TRANSFORM First(tbl_ImpactReal.Value) AS FirstOfValue
SELECT SubProcess.SubProcess
FROM tbl_Category INNER JOIN (SubProcess INNER JOIN tbl_ImpactReal ON
SubProcess.SubProcess_ID = tbl_ImpactReal.SubProcess_ID) ON
tbl_Category.Category_ID = tbl_ImpactReal.Category_ID
WHERE (((SubProcess.MasterProcess_ID)=[forms]![frm_Paula]![cbo_Mp]))
GROUP BY SubProcess.SubProcess
PIVOT tbl_Category.Category;
Thanks!
question was asked about this - but I'm not sure if it was ever answered.
When I try to edit an individual cell, I cannot edit the information. Any
suggestions?
PARAMETERS [Forms]![frm_paula]![cbo_mp] Long;
TRANSFORM First(tbl_ImpactReal.Value) AS FirstOfValue
SELECT SubProcess.SubProcess
FROM tbl_Category INNER JOIN (SubProcess INNER JOIN tbl_ImpactReal ON
SubProcess.SubProcess_ID = tbl_ImpactReal.SubProcess_ID) ON
tbl_Category.Category_ID = tbl_ImpactReal.Category_ID
WHERE (((SubProcess.MasterProcess_ID)=[forms]![frm_Paula]![cbo_Mp]))
GROUP BY SubProcess.SubProcess
PIVOT tbl_Category.Category;
Thanks!