I have a function in Access that calls a stored procedure to update a table. When I run it, it works fine but when the users try to run it, they get an error.
If I change it run the actual SQL syntax that is in the stored procedure then the users can run it and update the table without any problems, which makes no sense to me. It's doing the same exact thing as the stored procedure. I'd much rather have them be able to run the procedures then writing the SQL in VBA modules because that's going to end up being a lot of code.
Any idea on why it's like this and how to correct it? Any assistance would be appreciated.