Command Button wont take click after editing text box

C

Chrisso

Hi All

I have a form which has a text box as the last part where the user
needs to enter data. This text box has a date input mask configured.

Under this last text box is a command button which the user must click
to confirm and add the data that they just entered.

The problem is then when a user has finished adding a date in the last
text box then try to click the command button the command button will
not take the click for some reason. It is as though the text box with
the date will not release the focus or something similar. The user has
to click around the form in a haphazrd manner until eventually the
command button takes the click. Sometimes it works fine as well.

How can I get around this problem? I am happy to hear any VB
solutions as well.

Thanks in advance for any ideas.

Chrisso
 
G

Guest

Is there code any where in the form that set the Lock property of the button?

Mybe you set it to Lock False when you exit a certain field in the form, and
untl then you can't click it
 

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