Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Posts
    16

    Switchboard Error Message

    I just created a switchboard for one of my databases to run a bunch of modules. The options to move from form to form work fine, but whenever I try to access any of the subroutines in my modules, I get the following message:

    The object doesn’t contain the Automation object ‘View_Parameters’.



    "View_Parameters" is a name of a routine in my module. The coding on the switchboard appears identical to the switchboards in some of my other databases.

    What would be generating this meesage?

    Thanks.

  2. #2
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    is the routine ‘View_Parameters’ declared as Public?

  3. #3
    Join Date
    Aug 2006
    Posts
    16
    Yes it is.

    Here is the whole procedure:

    Public Sub View_Parameters()
    DoCmd.OpenForm "frm_Parameters", acNormal
    End Sub

    I know I could open a form via the switchboard, but it doesn't work on the other ones either.

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

Similar Threads

  1. Switchboard Error
    By franklbl in forum Access
    Replies: 2
    Last Post: 09-15-2010, 01:27 PM
  2. Error message when importing
    By ljenkins23 in forum Access
    Replies: 5
    Last Post: 06-10-2010, 09:30 AM
  3. error message
    By ngeng4 in forum Forms
    Replies: 85
    Last Post: 03-25-2010, 06:47 AM
  4. FROM Clause error message
    By skylite in forum Queries
    Replies: 2
    Last Post: 10-23-2008, 05:47 AM
  5. If / Then Error Message
    By Schwagr in forum Forms
    Replies: 4
    Last Post: 03-30-2006, 06:28 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