|
-
May 29th, 2003, 11:09 AM
#1
Thread Starter
Fanatic Member
Why does this not work? **Resolved**
On the footer of a from set to "Continuous Forms" I have a text box with this code in it.
=IIf(IsNull(Sum([FinalPrice])),0,Sum([FinalPrice]))
FinalPrice is the name of a text box that contains another calculation. Why should this not work this time?
Last time I did this the form was backed by a table and was filtered. this time it's backed by a query. surely that's not the reason!?
the output is: #Error
Last edited by Matt_T_hat; Jul 31st, 2003 at 06:04 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|