M
Mishanya
I have a few unbound text boxes in my form wich show totals from the form'
subforms. The formula (in general names) is:
=IIf([Subform].[Form].[RecordsetClone].[RecordCount]>0,[Subform].[Form]![Total],0)
When I copy the DB to the user' computer, I get #Name?. The formula is
working, though, if I leave only [Subform].[Form]![Total], without using the
Iif function.
I've made sure that Windows Regional and Language Options are the same in
both computers (i.e. list separators, language for non-Unicode programs
etc.), so the syntax can't be a problem.
What else may I check in order to solve the problem?
subforms. The formula (in general names) is:
=IIf([Subform].[Form].[RecordsetClone].[RecordCount]>0,[Subform].[Form]![Total],0)
When I copy the DB to the user' computer, I get #Name?. The formula is
working, though, if I leave only [Subform].[Form]![Total], without using the
Iif function.
I've made sure that Windows Regional and Language Options are the same in
both computers (i.e. list separators, language for non-Unicode programs
etc.), so the syntax can't be a problem.
What else may I check in order to solve the problem?