Maybe I am missing something here but there does not seem to be a way to pass a parameter to a stored procedure and just open the query.
For example something like the below generates the error
Microsoft Office Access can't find the object 'ObjectName Parameter'
DoCmd.OpenStoredProcedure "ObjectName " & Me!Parameter
In this case the parameter is an int.
Is there an alternative or workaround?
For example something like the below generates the error
Microsoft Office Access can't find the object 'ObjectName Parameter'
DoCmd.OpenStoredProcedure "ObjectName " & Me!Parameter
In this case the parameter is an int.
Is there an alternative or workaround?