Force a button click

jeo

Registered User.
Local time
Today, 17:54
Joined
Dec 26, 2002
Messages
299
I have a form on which I have a button that I want the user to click after a cetrain field on that form is updated.
I display a little pop-up box saying to make sure that a user clicks on that button.
Is there a way to know that this button was clicked? Is there a way to not proceed with anything else until that button is actually clicked?

Thanks.
 
Why not just place the button code in the AfteUpdate event of the text box?

kh
 
I could, I guess...
I have a lot of code behind that button and also, I would need to place this code in 2 different text boxes.
Just thought may be there is a way...
Thanks.
 
Last edited:
You could put it in a seperate module and call from there.

kh
 
I think I will do that...
Thanks for all your suggestions.
 

Users who are viewing this thread

Back
Top Bottom