I'm having trouble with what I know is a simple code. I have text controls: $1, $5, $10 etc in a form. The user is to input the quantity of each bill in possession. I then need the form to display the total dollar amount. What should I type in the Control Source property?
Example: He has two $1 and 3 $10 Total = $32.00.
I also need to know how to make the form recognize an empty text control as 0. What I mean by this is that in my current code, the user is required to type 0 in an empty box in order to make a calculation.
Thanks for the help.
Example: He has two $1 and 3 $10 Total = $32.00.
I also need to know how to make the form recognize an empty text control as 0. What I mean by this is that in my current code, the user is required to type 0 in an empty box in order to make a calculation.
Thanks for the help.