M
michael goodall
i am trying to add the values in 3 text boxes (numbers in each) but it
is just combining them, ie i want 3+4+7, but access returns 347.
the code i am using is:
Me.Total_amount_of_ram.Value = Me.quantity_of_ram__slot_1_.Value +
Me.quantity_of_ram__slot_2_.Value + Me.quantity_of_ram__slot_3_.Value
has anyone any tips or pointers that could help me?
many thanks michael
is just combining them, ie i want 3+4+7, but access returns 347.
the code i am using is:
Me.Total_amount_of_ram.Value = Me.quantity_of_ram__slot_1_.Value +
Me.quantity_of_ram__slot_2_.Value + Me.quantity_of_ram__slot_3_.Value
has anyone any tips or pointers that could help me?
many thanks michael