Search results

  1. I

    Validation Rule on field (a-z only characters)

    Thanks, It's a bit difficult to copy and paste the information into a new database due to the amount of tables etc - best just to give you the exact replica I think. When it loads simply press 'Continue' and select 'Student Details' and try and add a new record by pressing the 'Add Record'...
  2. I

    Validation Rule on field (a-z only characters)

    Still the same :-( Any chance I could upload the Database for you to view please?
  3. I

    Validation Rule on field (a-z only characters)

    It appears to stop at: If IsAlpha(Me.Forename) = False Then Did you put the function in a standalone module (preferred) or a form's module (not advised) ? I just created a new module? (Thanks.)
  4. I

    Validation Rule on field (a-z only characters)

    Thank you but I get the following error: Compile Error: Expected variable or procedure, not module I currently have a module called 'IsAlpha' with the following inside: Public Function IsAlpha(ByVal strText As String) As Boolean On Error GoTo Err_IsAlpha Dim intCounter As Integer...
  5. I

    Validation Rule on field (a-z only characters)

    Thanks - what type of input mask please?
  6. I

    Validation Rule on field (a-z only characters)

    Hello, I'm trying to make it so that my Student Forename field only allows text (from a-z i.e. no numbers etc) to be written inside the box, would I use a certain validation rule and if so how would I do this please? Thanks in advance.
  7. I

    Problems when viewing form in different Access

    You beauty, thank you very much.
  8. I

    Problems when viewing form in different Access

    All the information is fictional :-)
  9. I

    Problems when viewing form in different Access

    Hiya, I'm new here so please forgive me if this is the wrong forum :-) I am currently making a student record database system for a college project. I designed it in Access XP (Microsoft Office XP) consisting of tables, queries, forms and macros. The basic principle of the project is to have a...
  10. I

    Problems when viewing form in different Access

    Can anyone please help me? :-)
  11. I

    Problems when viewing form in different Access

    Hiya, I'm new here so please forgive me if this is the wrong forum :-) I am currently making a student record database system for a college project. I designed it in Access XP (Microsoft Office XP) consisting of tables, queries, forms and macros. The basic principle of the project is to have a...
Back
Top Bottom