G
Guest
The following is used in a control souce in an Access 2000 Application and
works fine:
=[TotalAmnt]-nz([Forms]![Add Expenses Record]![ExpenseLinSub]!LineTotal,0)
In Access 2003 the explicit reference alway returns NULL. This is also true
when similar syntax is used in VB code in other areas of the system. The
migration notes state that we shouldn't have to change anything to migrate.
I'm told that Access 2003 has been loaded as it comes at the user site. Is
there a patch to fix this or can the above statement be recoded in some way?
Where possible I've replaced explicit references with the Me. syntax which
seems to resolve the issue - but there are places where the app uses data
from other forms or sub-forms where I'm not sure what I can do. Any advice
would be much appreciated!
works fine:
=[TotalAmnt]-nz([Forms]![Add Expenses Record]![ExpenseLinSub]!LineTotal,0)
In Access 2003 the explicit reference alway returns NULL. This is also true
when similar syntax is used in VB code in other areas of the system. The
migration notes state that we shouldn't have to change anything to migrate.
I'm told that Access 2003 has been loaded as it comes at the user site. Is
there a patch to fix this or can the above statement be recoded in some way?
Where possible I've replaced explicit references with the Me. syntax which
seems to resolve the issue - but there are places where the app uses data
from other forms or sub-forms where I'm not sure what I can do. Any advice
would be much appreciated!