SyntaxFix
Write A Post
Hire A Developer
Questions
If you just want to run a function for testing purposes, you can use the Immediate Window in Access.
Press Ctrl + G in the VBA editor to open it.
Ctrl + G
Then you can run your functions like this:
?YourFunction("parameter")
YourSub "parameter"
?variable