Change Event....

B

Bob Barnes

I am writing a DB to work w/ Card Swipe equipment.

I have an unbound textbox to check the Length of the entry. When it's 5
(the code from the card swipe), it runs code to populate Unbound textboxes
on an Unbound Form.

But, it's acting erratic...it doesn't always use the "most recent entry".

Any ideas?

TIA - Bob
 
A

Allen Browne

Try the AfterUpdate event of the text box.
The Change event is probably too early.
It fires with every keystroke.
You want the event that fires after all keystrokes are present.
 
B

Bob Barnes

Allen - THANK you.

Allen Browne said:
Try the AfterUpdate event of the text box.
The Change event is probably too early.
It fires with every keystroke.
You want the event that fires after all keystrokes are present.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top