G
Guest
I have a query that runs fine until I put >0 in the criteria. When I do that
and try to run the query I get an error "OVERFLOW". The SQL for the query is:
SELECT FullYrDeprMichele1.intAssetCost, FullYrDeprMichele1.AccumDeprec,
[intAssetCost]-[AccumDeprec] AS [Book Value],
FullYrDeprMichele1.intCostCenter, FullYrDeprMichele1.[intTag#],
FullYrDeprMichele1.ingPONumber, FullYrDeprMichele1.strLocation,
FullYrDeprMichele1.strDescription, FullYrDeprMichele1.dtmInServiceDate,
FullYrDeprMichele1.Strlife, FullYrDeprMichele1.MonthlyDeprec,
FullYrDeprMichele1.TotCurrPd
FROM FullYrDeprMichele1
WHERE (((FullYrDeprMichele1.TotCurrPd)>0));
and try to run the query I get an error "OVERFLOW". The SQL for the query is:
SELECT FullYrDeprMichele1.intAssetCost, FullYrDeprMichele1.AccumDeprec,
[intAssetCost]-[AccumDeprec] AS [Book Value],
FullYrDeprMichele1.intCostCenter, FullYrDeprMichele1.[intTag#],
FullYrDeprMichele1.ingPONumber, FullYrDeprMichele1.strLocation,
FullYrDeprMichele1.strDescription, FullYrDeprMichele1.dtmInServiceDate,
FullYrDeprMichele1.Strlife, FullYrDeprMichele1.MonthlyDeprec,
FullYrDeprMichele1.TotCurrPd
FROM FullYrDeprMichele1
WHERE (((FullYrDeprMichele1.TotCurrPd)>0));