chefdaveross
Registered User.
- Local time
- Today, 08:14
- Joined
- Aug 31, 2007
- Messages
- 81
I have a textbox in a subform that calculates this:
=NZ([ItemAmount]*[txtRecItemPrice])
it gives me the correct value, but then it displays #Error on the new record that has no data.
How can i get rid if the #error?
=NZ([ItemAmount]*[txtRecItemPrice])
it gives me the correct value, but then it displays #Error on the new record that has no data.
How can i get rid if the #error?