Results 1 to 2 of 2
  1. #1
    Jamesiv1 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2014
    Posts
    28

    'Open' turned into '#Name?'

    Working on adding a yes/no checkbox in the default Contacts database.



    I suddenly noticed that the 'Open' link that opens a contact record turned to #Name?



    What did I break?

    James

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    No doubt the name of the control itself. Also, did you use the wizard to create code? Generally not a good idea. Also, always define your code, such as;
    DoCmd.Close acForm, Me.Name or DoCmd.Close acForm, "frmYourFormName"
    HTH

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

Similar Threads

  1. Replies: 2
    Last Post: 04-25-2014, 11:22 AM
  2. Replies: 2
    Last Post: 08-07-2013, 07:44 AM
  3. SetWarnings turned off
    By Paul H in forum Programming
    Replies: 3
    Last Post: 03-28-2013, 07:47 AM
  4. Replies: 4
    Last Post: 05-17-2012, 01:07 AM
  5. Replies: 2
    Last Post: 02-26-2010, 08:14 AM

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