G
Guest
Forms
Assets
On the asset form is a button - Depreciation
Sub Form
Most of the expressions accompanying the
labels here are drawn from the Assets table
I created a new label - the expression is a
formula also using fields from the table:
=IIf(Year([DateAcquired])=Year(Date()),IIf
(Month([DateAcquired])<5,[PurchasePrice]/
[DepreciableLife],0))
I edited a column in my report, used the same
label name as the column heading and entered
the same formula in the box but
when you run the report it says "error"
I assume that this is the only was to draw that
same calculation into the report. Or can I
somehow instruct it to display the amount
using a reference to the label as opposed to
the original table - this calculation isn't in
the table...??
Thanks!
Assets
On the asset form is a button - Depreciation
Sub Form
Most of the expressions accompanying the
labels here are drawn from the Assets table
I created a new label - the expression is a
formula also using fields from the table:
=IIf(Year([DateAcquired])=Year(Date()),IIf
(Month([DateAcquired])<5,[PurchasePrice]/
[DepreciableLife],0))
I edited a column in my report, used the same
label name as the column heading and entered
the same formula in the box but
when you run the report it says "error"
I assume that this is the only was to draw that
same calculation into the report. Or can I
somehow instruct it to display the amount
using a reference to the label as opposed to
the original table - this calculation isn't in
the table...??
Thanks!