C
chavnick via AccessMonster.com
I have Access 2003. When I choose medium security level of macros the
calculated fields in my form show as #name or #err. When I choose low level
of security of macros are working properly. Why? I have 4 calculated
fileds. The 1rst named TotalCharge=IIf([BformPatWorks].Form.RecordsetClone.
RecordCount=0;0;[BformPatWorks].Form!TotalCharge) shows #name for example.
The 2nd named FinalPay=IIf([BformPayments].Form.RecordsetClone.
RecordCount=0;0;[BformPayments].Form!FinalPay) shows #name.The 3rd named Rest
(=[TotalCharge]-[FinalPay] shows #err. The 4rth named TotalDiscount=IIf(
[BformPatWorks].[Form].[RecordsetClone].[RecordCount]=0;0;[BformPatWorks].
[Form]![TotalDiscount]) shows #name error. Is there an other solution? Thank
you.
calculated fields in my form show as #name or #err. When I choose low level
of security of macros are working properly. Why? I have 4 calculated
fileds. The 1rst named TotalCharge=IIf([BformPatWorks].Form.RecordsetClone.
RecordCount=0;0;[BformPatWorks].Form!TotalCharge) shows #name for example.
The 2nd named FinalPay=IIf([BformPayments].Form.RecordsetClone.
RecordCount=0;0;[BformPayments].Form!FinalPay) shows #name.The 3rd named Rest
(=[TotalCharge]-[FinalPay] shows #err. The 4rth named TotalDiscount=IIf(
[BformPatWorks].[Form].[RecordsetClone].[RecordCount]=0;0;[BformPatWorks].
[Form]![TotalDiscount]) shows #name error. Is there an other solution? Thank
you.