I am using the following code in Microsoft Access Project:
which works when I run the code, but when another user uses the database it says it cannot find the stored procedure. But it is there!!!
Does anyone have any ideas why this is happening? I have about 30 stored procedures which it doesn't seem to have any problems with but cannot seem to find this one!
Any help would be greatly received...
Regards
Carly
Code:
Docmd.OpenStoredProcedure "Qry F Order Lines Picked", acNormal
Does anyone have any ideas why this is happening? I have about 30 stored procedures which it doesn't seem to have any problems with but cannot seem to find this one!
Any help would be greatly received...
Regards
Carly