Results 1 to 2 of 2
  1. #1
    KLahvic is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    2

    Help with #Name? error

    I have a table "tblvndmstr" with a first name, last name and middle initial fields. I have a form "frmvndrentry" where in the header I want a textbox to combine the first, mi and last name of the current entry. I used the following expression to do this: =[FirstName] & " " & [MI] & " " & [LastName] When I start with a fresh text box it works, until I close the database. When I reopen I get the #Name? in the textbox that just moments before populated the information as requested.

    Any ideas on what I am missing here?



    Thanks in Advance
    Ken

  2. #2
    llkhoutx is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Jan 2010
    Location
    Houston, Texas USA
    Posts
    373
    The instant error fires when your concatenation formula uses an invalid name.

    If any of the fields is null, you'll get an erroneous result., but that's another issue.

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