J
John Watkins
I have a check box on a financial control that I use to
input financial transactions, much like a checking
register. I have a check box on it named "deposit" if it
is set to yes then the entry is a deposit and if it is
false then the entry is a withdrawl. Is there a way to
format the number in VB code?
I have tried using an form_Close event and converting the
number by multiply the amount by negative one, but if the
entry is ever reopened, the now negative number will be
converted to a positive.
Can anyone help me? I am hoping to put something into
code using an if then else if statement for the true and
false and have the command format the number.
John
(e-mail address removed)
input financial transactions, much like a checking
register. I have a check box on it named "deposit" if it
is set to yes then the entry is a deposit and if it is
false then the entry is a withdrawl. Is there a way to
format the number in VB code?
I have tried using an form_Close event and converting the
number by multiply the amount by negative one, but if the
entry is ever reopened, the now negative number will be
converted to a positive.
Can anyone help me? I am hoping to put something into
code using an if then else if statement for the true and
false and have the command format the number.
John
(e-mail address removed)