Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lotje1234

    BEFORE UPDATE

    Hi, Just what i need !!! Thanks a lot !! Greeeetzzzz !!!
  2. lotje1234

    BEFORE UPDATE

    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 !!
  3. lotje1234

    SETFOCUS PROBLEM

    Thanks a lot guys !!! That works fine !
  4. lotje1234

    SETFOCUS PROBLEM

    Thanks for your reply ! Yes, maybe but i wanna know why it doesn't work. I need it also in another part of the program. Any ideas ?
  5. lotje1234

    SETFOCUS PROBLEM

    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...

Part and Inventory Search

Back
Top