J
jenn
i have a variable that is defined as a double.. that
variable is set to my form's field ( format = general
number with 6 decimal places).. then this doubleVariable
is written to my table field that is deined as double with
6 decimal places) The problem is.. when i step through the
code my double variable shows that it is = 1 but the
process insists on going on with the logic within my if
doubleVariable <> 1.. why is this?.. i have a similar
process on another form and the variable is defined as
currency and there are no problems.. is that the right way
to go.. defining my variable as currency??.. doesn't sound
right to me.. Can anyone help me out? Thanks!
variable is set to my form's field ( format = general
number with 6 decimal places).. then this doubleVariable
is written to my table field that is deined as double with
6 decimal places) The problem is.. when i step through the
code my double variable shows that it is = 1 but the
process insists on going on with the logic within my if
doubleVariable <> 1.. why is this?.. i have a similar
process on another form and the variable is defined as
currency and there are no problems.. is that the right way
to go.. defining my variable as currency??.. doesn't sound
right to me.. Can anyone help me out? Thanks!