G
Guest
I'm trying to update a element in my table with a calculation:-
Me.Planned_DailySupplementAllowance=[Destination Subform].Form!DSASubTotal
Me.Planned_TerminalCost = ([Destination Subform].Form!IntA - 1) *
DLookup("[TerminalRate]", "System", "[RecordID]=1")
However, I receive the following error msg:-
Run-Time '-2147352567 (80020009)
You can't assign a value to this object.
If you have another method, please enlighten me.
Any guidance would be appreciated.
Me.Planned_DailySupplementAllowance=[Destination Subform].Form!DSASubTotal
Me.Planned_TerminalCost = ([Destination Subform].Form!IntA - 1) *
DLookup("[TerminalRate]", "System", "[RecordID]=1")
However, I receive the following error msg:-
Run-Time '-2147352567 (80020009)
You can't assign a value to this object.
If you have another method, please enlighten me.
Any guidance would be appreciated.