R
r
Can someone help me tweak this so that the Bud_CatBudandCodes table is
updatable? Right now I can edit the data. Help!
SELECT Bud_CatBudandCodes.CustomerID,
Bud_CatBudandCodes.CategoryID,
Bud_CatBudandCodes.CatBudget,
Bud_CatBudandCodes.CatBudPercent,
Bud_CatBudandCodes.HIST_ACTIVITY,
Bud_CatItemSum.SumOfHIST_DIST_AMOUNT
FROM Bud_CatBudandCodes LEFT JOIN Bud_CatItemSum ON
(Bud_CatBudandCodes.CategoryID =
Bud_CatItemSum.catcode) AND
(Bud_CatBudandCodes.CustomerID = Bud_CatItemSum.jobnum);
updatable? Right now I can edit the data. Help!
SELECT Bud_CatBudandCodes.CustomerID,
Bud_CatBudandCodes.CategoryID,
Bud_CatBudandCodes.CatBudget,
Bud_CatBudandCodes.CatBudPercent,
Bud_CatBudandCodes.HIST_ACTIVITY,
Bud_CatItemSum.SumOfHIST_DIST_AMOUNT
FROM Bud_CatBudandCodes LEFT JOIN Bud_CatItemSum ON
(Bud_CatBudandCodes.CategoryID =
Bud_CatItemSum.catcode) AND
(Bud_CatBudandCodes.CustomerID = Bud_CatItemSum.jobnum);