Results 1 to 7 of 7
  1. #1
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496

    Exclamation Help! Name not concantinating

    I have the teacherName & teacherSurname fields and a calculated table field mergednameT that concatenates both names together [teacherName ] & " " & [teacherSurname]



    This has worked great for months up until today when someone made a new record. The first name and second entry in ok but the concatenation only picks up the first name!?!

    It works for all other records

    I thought this might be something with the table so I generated a query with the same concatenation and it too wouldn't work!

    I did a compact & repair and it didn't pick up a thing! - any suggestions on what to do or what the problem might be?


  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Maybe the user typed a special character in one of the name fields that caused the VBA to go goofy.

  3. #3
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496
    Can't see if they have seems like normal text in the field.... any hints?

  4. #4
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496
    I've tried making a similar record with the same name and that record too has the problem. I made a query with a field that duplicates both name and surname and then merged the duplicates and it works however not it won't directly and sometimes it won't at all...

    I've also tried deleting and then retyping in the field.

  5. #5
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496
    Ok I think I have solved, for some reason there was a name already in the field and as to why that was causing this issue is beyond me (or why it wasn't showing either) - I removed the name and it now works.

    Thanks for your help ItsMe - I still have yet to work out why this would cause an issue.

  6. #6
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Perhaps a carriage return or line feed was there.

  7. #7
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496
    Quote Originally Posted by ItsMe View Post
    Perhaps a carriage return or line feed was there.
    That could be it - there but not visible.

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums