Hello,
I'm new to the forum.
I've been banging my head against the wall trying to get this to work:
I am using vba within MS ACCESS
I want to use passable parameters within a form command:
Here is my function code:
Function TESTFUN(FN, TB As String)
DoCmd.OPENFORM (FN), , , , , acDialog...