G
Guest
For some my queries I cannot see a grid pane.
I'm using Access 2003.
It's just a simple select query such as
SELECT tblForecast.Product_ID, tblForecast.Description,
tblForecast.TerritoryID, tblForecast.Terr_Num, tblForecast.Territory,
tblForecast.ProdCateg_Code, tblForecast.ProdCateg, tblForecast.AdjY1F,
qryM_Terr.Aug, qryM_Terr.AugP, [AdjY1F]*nz([AugP]) AS FAug, ...
FROM tblForecast LEFT JOIN qryM_Terr ON (tblForecast.TerritoryID =
qryM_Terr.TerritoryID) AND (tblForecast.Product_ID = qryM_Terr.Product_ID);
How could I fix it?
Thanks
I'm using Access 2003.
It's just a simple select query such as
SELECT tblForecast.Product_ID, tblForecast.Description,
tblForecast.TerritoryID, tblForecast.Terr_Num, tblForecast.Territory,
tblForecast.ProdCateg_Code, tblForecast.ProdCateg, tblForecast.AdjY1F,
qryM_Terr.Aug, qryM_Terr.AugP, [AdjY1F]*nz([AugP]) AS FAug, ...
FROM tblForecast LEFT JOIN qryM_Terr ON (tblForecast.TerritoryID =
qryM_Terr.TerritoryID) AND (tblForecast.Product_ID = qryM_Terr.Product_ID);
How could I fix it?
Thanks