Search results

  1. B

    Validating car reg plate

    Thanks All done thanks for the help ever need anything designing for a website let me know. Or if u wanna start an access forum let me know would be gald to help. Email is boyblundell2003@hotmail.com
  2. B

    Validating car reg plate

    What copy it fromt he code in the above box
  3. B

    Validating car reg plate

    Case Select error Case Is = 3, 4 this part is not working its part of this piece of code. Case Is = 3, 4 If Not IsNumeric(Mid(strReg, intCounter, 1)) Then Exit Function End Select please help. This is the error i am getting. Case without Select Case A Case...
  4. B

    Validating car reg plate

    Help again Where do i paste the bottom bit of caode. And i want to validate the field in the table if possible. I have pasted the bottom bit of code into the validation rule in both the table and form and have had invalid syntax in the code. If possible could i send the project over for you to...
  5. B

    Validating car reg plate

    I am looking for a very clever and quick person to hopefully right me a code that will work to validate a british reg plate for a car. It only has to be for the new style of AB12CDE, however i ahve found some rules which is making it impossible. I can validate if each character has its own...
Back
Top Bottom