J
JamesJ
I added an item to my switchboard to run a function
but it tells me it can't find the function. Spelling and
all has been double checked and are fine. The error number
is 2517.
It's a function to close the switchboard form and show the
DB window:
Function ShowDBWindow() As Integer
DoCmd.SelectObject acMacro, "Autoexec", True
End Function
but it tells me it can't find the function. Spelling and
all has been double checked and are fine. The error number
is 2517.
It's a function to close the switchboard form and show the
DB window:
Function ShowDBWindow() As Integer
DoCmd.SelectObject acMacro, "Autoexec", True
End Function