Recent content by Ezz

  1. E

    Asset Search

    I have a cmd search function that searches my form for a specified Serial Number. See below:- The problem is I have more than one asset with the same serial number, and the search only keeps finding the first record. When the search finds the first asset is there a way to have another box to...
  2. E

    Question Customising Default Error Messages

    Guus Thanks for the info, I did say i was a novice. I have now ammended the Me.txtSearchField to read what it should, and low and behold no more error messages. The initial problem of displaying my own error message still exsists, however i think this may be because i should be adapting your...
  3. E

    Question Customising Default Error Messages

    I have tried your solution and it now throws up another compile error saying "Method or data member not found" and highlights the (Me.txtSearchField) statement. See below. Since adding the extra code's the origional "error code change" that worked with the navigation buttons now doesn't? and the...
  4. E

    Question Customising Default Error Messages

    Thanks I have copied and pasted your code into my database but when i try and run it, it throws up a compile error, "Variable not Defined" and highlights the word Search. See highlighted and underlined below? I have obviously done something stupid but dont know what? I am begining to think i...
  5. E

    Question Customising Default Error Messages

    Hi I have customised two error messages using the vb script below, which were copied from the net. The new error messages are only displayed when using the forms navigation buttons. Also on my form is a command "Save" button which when pressed only activates the default error massages. Is there...
Back
Top Bottom