I am getting kind of lost. I try to run a function off of a button click.
The code is
Private Sub Command_Click()
Run fuctionname()
End Sub
The code is ran, but then I get a msg box:
Run-time error '2517':
Microsoft Office Access can't find the procedure '.'
What am I missing?
The code is
Private Sub Command_Click()
Run fuctionname()
End Sub
The code is ran, but then I get a msg box:
Run-time error '2517':
Microsoft Office Access can't find the procedure '.'
What am I missing?