Xenix
Registered User.
- Local time
- Today, 11:19
- Joined
- Oct 8, 2001
- Messages
- 124
I am having a hard time with datatypes 
all I want to do is store a subtotal value from a form textbox and
store in in my table for history reference. I use the code:
Me.subtotal2 = Me.Total
Total is the name of the textbox on the form and subtotal2 is a field in my products table set to Number double #,##
I have also tried adding the Value command to the statement but still the same error occurs
Run-time error '2448':
You can't assign a value to this object.
Can anyone help me please
Mike
all I want to do is store a subtotal value from a form textbox and
store in in my table for history reference. I use the code:
Me.subtotal2 = Me.Total
Total is the name of the textbox on the form and subtotal2 is a field in my products table set to Number double #,##
I have also tried adding the Value command to the statement but still the same error occurs
Run-time error '2448':
You can't assign a value to this object.
Can anyone help me please
Mike