M
myxmaster
I have this expression that I entered in a experiment database and it
works great.
=DSum("[Amount]","YourTable","[TransactionType] =""Credit""")-
NZ(DSum("[Amount]","YourTable","[Status] =""Cleared"""))
I am now trying to modify it to work in my main database however I am
having problems.I get a error message on the form and then it locks up
while calculating
=DSum("[Check Amount]","Transactions","[TransactionType] =""Credit""")-
NZ(DSum("[Check Amount]","Transactions","[Status] =""Cleared"""))
The form name is transactions1
The table is Transactions
The field is now called Check Amount
TIA
Jerry
works great.
=DSum("[Amount]","YourTable","[TransactionType] =""Credit""")-
NZ(DSum("[Amount]","YourTable","[Status] =""Cleared"""))
I am now trying to modify it to work in my main database however I am
having problems.I get a error message on the form and then it locks up
while calculating
=DSum("[Check Amount]","Transactions","[TransactionType] =""Credit""")-
NZ(DSum("[Check Amount]","Transactions","[Status] =""Cleared"""))
The form name is transactions1
The table is Transactions
The field is now called Check Amount
TIA
Jerry