Probably an Internet troll.aaree with above?
SELECT tblContribution.ContriDate, tblContribution.Contribution, tblContribution.ContriCategoryID
FROM tblContribution
WHERE (((tblContribution.ContriDate) Between [Budget Start Date] And [Budget End Date]) AND ((tblContribution.ContriCategoryID)=1 Or (tblContribution.ContriCategoryID)=2 Or (tblContribution.ContriCategoryID)=5 Or (tblContribution.ContriCategoryID)=6));
SELECT Sum([Contribution]) AS [Total Budget Contribution], [Total Budget Contribution]*0.22 AS [Percent], [Total Budget Contribution]-[Percent] AS Balance, [Balance]*0.75 AS Operation, [Operation]*0.4 AS Pastor, [Operation]*0.1 AS [Pastor Allowance], [Operation]*0.03 AS SSS, [Operation]*0.02 AS PhilHealth, [Operation]*0.05 AS [Office Supplies], [Operation]*0.2 AS [Light and Water], [Operation]*0.05 AS [Building Fund], [Operation]*0.05 AS [Sunday Worship], [Operation]*0.02 AS [Bible Study], [Operation]*0.03 AS Venebolence, [Operation]*0.02 AS Transportation, [Operation]*0.03 AS [Travelling Allowance]
FROM qryBudget;
WHERE (((tblContribution.ContriDate) Between [COLOR=Red][Budget Start Date][/COLOR] And [COLOR=Red][Budget End Date][/COLOR])
WHERE (((tblContribution.ContriDate) Between [Forms]![[COLOR=Red]FormName[/COLOR]]![[COLOR=Red]txtStartDate[/COLOR]] And [Forms]![[COLOR=Red]FormName[/COLOR]]![[COLOR=Red]txtEndDate[/COLOR]])