BeforeUpdate

D

David

I have an unbound control that is capturing a scanned bar code. I am
performing some validation on the scanned value to make sure it passes some
criteria. When the validation fails, I want to return the user to the
control and return the control to Null - remove the scanned number so it has
to be scanned again. I am using:

me.control.undo
cancel = true

I am returned to the control, but the original scanned number is present and
is highlighted. How can I remove the number all together?

Thanks
 

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