Switchboard

  • Thread starter Thread starter Guest
  • Start date Start date
Is it possible to add a delete query to the switchboard?

Are you talking about the switchboard with a maximum of 8 buttons
created by the switchboard manager add-in?
Sure. But not directly.
Create a module.
Public Sub DeleteSomething()
DoCmd.OpenQuery "QueryName"
End Sub

Using the switchboard manager, edit the switchboard command to
Run Code.
Write DeleteSomething in the Function Name box.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Switchboard error message 1
SWITCHBOARD 1
switchboard problem 4
Switchboard question 3
Switchboard Minimized 4
I've lost my Switchboard ! 3
Logical Statement on a SwitchBoard Menu. 7
Form Event 2

Back
Top