Results 1 to 4 of 4
  1. #1
    pmgward82 is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2018
    Posts
    3

    Object or class does not support the set of events NEWBIE!

    Hello,

    I am using the Microsoft template Contact Management Database. Everything was working fine yesterday. Now when I open the "Contact Details" form, I get the warning message "Object or class does not support the set of events". Now the header only displays #Name?. I cannot use the "Go to" combo box to select a specific person.

    I have not altered the information in the header. I have made some reports using the "Contacts Extended" query. I am using Windows 10 and Access 2016. Any help would be appreciated.



    v/r,
    Jesse Ward

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    is the header a field?
    is the form connected to the table/query?
    can you open that table/query and see data ?

  3. #3
    pmgward82 is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2018
    Posts
    3

    RE: ranman256

    Quote Originally Posted by ranman256 View Post
    is the header a field?
    is the form connected to the table/query?
    can you open that table/query and see data ?
    It is a Text Box in the Form Header. The Control Source code is =Nz([Contact Name],"Untitled")

    Anoter Text box in the form header has a source control code of =IIf(DCount("*","[Contacts Extended]","[ID]<>" & Nz([ID],0) & " And [Contact Name] = '" & Replace(Nz([Contact Name]),"'","''") & "'")>0,"Possible Duplicate","")

    The form is connected to a table. I can enter information in the form and it updates the table (I did this with a blank form). I cannot use the form to chose a record. I have to use the table to find an individual and update their information.

    Sorry. The header information is pulled from the query "Contacts Extended". This "contact name" field combines the first and last name entries.
    Last edited by pmgward82; 07-18-2018 at 12:07 PM. Reason: Correction

  4. #4
    pmgward82 is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2018
    Posts
    3
    I imported all items to a blank database and the issue was solved.

    Thank you for the assistance. I guarantee I will be back. >.<

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

Similar Threads

  1. Replies: 5
    Last Post: 07-21-2016, 12:36 PM
  2. Replies: 0
    Last Post: 02-13-2015, 02:24 PM
  3. Replies: 1
    Last Post: 04-26-2012, 12:14 AM
  4. Object or class does not support the set of events??
    By mejia.j88 in forum Programming
    Replies: 5
    Last Post: 12-12-2011, 12:01 PM
  5. object or class does not support the set of events
    By couch potato in forum Programming
    Replies: 2
    Last Post: 03-20-2010, 08:55 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