klynch0803
Registered User.
- Local time
- Today, 07:38
- Joined
- Jan 25, 2008
- Messages
- 102
I have a form that has a field on it that someone enters data in after its entered I want it to fire the vb along with it. I'm using hte on_Change but it fires on the first character they enter.
I dont want to use the after_Update even though it works because that means that the curser has to be moved before it fires. Unless someone knows a easy way to make it autofire in the after Update.
Basically someone is entering a number of digits Drivers License number in the field and it fires on first digit instead of when they are done. Which makes since on change is on change LOL...
What are some other options and the result of using them?
I dont want to use the after_Update even though it works because that means that the curser has to be moved before it fires. Unless someone knows a easy way to make it autofire in the after Update.
Basically someone is entering a number of digits Drivers License number in the field and it fires on first digit instead of when they are done. Which makes since on change is on change LOL...
What are some other options and the result of using them?