[AccessD] Increment or replace?

artful at rogers.com artful at rogers.com
Wed Feb 28 18:57:18 CST 2007


I can't seem to locate the code that I wrote to do this. Please someone remind me what the opposite of SendKeys is: I want to remove the keystroke from the buffer. I have the rest working already but I need that component.
 
A.


----- Original Message ----
From: Rocky Smolin at Beach Access Software <rockysmolin at bchacc.com>
To: Access Developers discussion and problem solving <accessd at databaseadvisors.com>
Sent: Tuesday, February 27, 2007 1:21:56 PM
Subject: Re: [AccessD] Increment or replace?


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