Share via

Access 2013 - Switchboard Error on Open

Anonymous
2016-04-12T16:26:06+00:00

DB is set to open Switchboard on open. 

When the DB is opened, I get a message that says "The command or action 'Requery' isn't available now." I click OK on this message, and another window opens called "Macro Single Step"

Macro Name: Switchboard : Form : OnOpen : Embedded Macro

Action Name: Requery

The only option you can click on is "Stop All Macros"

If I double click on the Form Switchboard it opens just fine. 

Any idea what gives?

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2016-07-14T16:16:52+00:00

    Next step would be to debug the startup code. Applications are started one of two ways:

    1. File > Options > Current Database > Display form
    2. AutoExec macro

    Inspect the code. Set breakpoints. Isolate the problem to a single line of code. Maybe then the solution already becomes apparent, or we may be able to make additional suggestions.

    Requery is a procedure that is widely overused, so commenting it out would certainly be one step to try.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2016-07-14T15:38:07+00:00

    Hi Tom,

    I'm having the same issue and my database is split.  What would be my next step in addressing this requery issue?

    Thanks

    Was this answer helpful?

    0 comments No comments
  3. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2016-04-13T03:14:25+00:00

    "As far as I know"

    It's easy to confirm: does your application database have table objects, or linked table object?

    Or said another way: when you run the Linked Table Manager, does it list (linked) tables or not?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-04-12T17:57:24+00:00

    As far as I know it is not split. I did not create this database.

    Was this answer helpful?

    0 comments No comments
  5. DBG 11,711 Reputation points Volunteer Moderator
    2016-04-12T16:59:50+00:00

    Is this a "split" database? If so, are you using any code to link to the BE at startup? Just curious...

    Was this answer helpful?

    0 comments No comments