[AccessD] Increment or replace?

Gustav Brock Gustav at cactus.dk
Tue Feb 27 12:30:49 CST 2007


Hi Rocky

You would need to use the Text property of the Textbox to get the entered string.
Property Value is the store value.

/gustav

>>> rockysmolin at bchacc.com 27-02-2007 19:21:56 >>>
Gary:

No, the "+" sign is not part of the input. Access is stripping it off. 

I entered +50 and in the before update event tried both 

MsgBox Left(Me.QuantityDue, 1) 

and   

MsgBox Left(Trim(str(Me.QuantityDue)), 1) 

and both printed 5.

Rocky





More information about the AccessD mailing list