Trouble assigning form field value to variable

M

MB

I'm having a problem with something that is so simple it is making me crazy
(er).

I have an Invoice form, gets a subtotal from a sub form. In the debugger

taxableTotal = Me![subtotal]

Me![subtotal] contains the value
taxableTotal = 0

If I msgbox Me![subtotal] I get the value
If I msgbox taxableTotal the value = 0

Am I going nuts? What could this be?

Thanks,

MB
 
Top