I am trying to execute a stored procedure in Access that has multiple parameters. The parameter results are coming from text boxes on a form in Access. The procedure is being run via a macro. I cannot seem to get it to work when trying to pass the parameters. Where and how can I run this?
example:
exec pUpdateBalances(@pFundID=[vAllocatedBalances2]![ID])
example:
exec pUpdateBalances(@pFundID=[vAllocatedBalances2]![ID])