M
molsonexpert
This should be simple, but I'm trying to figure the easiest way to do this:
I have a text box on a form that's bound to a field in a table; it's data
type is currency and default value is 0. A user enters a value which is used
later on the same form in a calculation. If a user tabs into the control,
clears the value, but doesn't enter anything, it becomes blank, and then
messes up the calculation later on. How do I ensure a value remains in this
control (if the user enters nothing, it should revert back to $0.00)?
thanks.
I have a text box on a form that's bound to a field in a table; it's data
type is currency and default value is 0. A user enters a value which is used
later on the same form in a calculation. If a user tabs into the control,
clears the value, but doesn't enter anything, it becomes blank, and then
messes up the calculation later on. How do I ensure a value remains in this
control (if the user enters nothing, it should revert back to $0.00)?
thanks.