Hi,
I have another problem.
When the user puts a value in a textbox, the before_update method will check the value.
Works fine but what can i do when the user decides to leave the program instead of putting in a value.
The exit-button doens't work !!
Hi,
I don't know what's wrong about a simple piece of code.
I'm trying to set the focus back to a control when a user types a wrong value.
Private Sub KENTEKEN_AfterUpdate()
If IsNull(DLookup("[KENTEKEN]", "VRACHTWAGENS", "[KENTEKEN] = '" & Me.KENTEKEN & "'")) Then
Me.KENTEKEN.SetFocus...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.