Alright, I have a front end, and a back end. Everytime a user clicks a front end button, the function does an insert query to the backend thru this query...
Code:
INSERT INTO tblFuncLog ( chrUser, chrFunction, dtmTimeStamp )
SELECT Environ("username") AS Expr1, [screen].[activecontrol].[name] AS Expr3, Now() AS Expr2;
We are running into a problem with SOME users they are receiving the message
"Operation must be an updateable query"
I am very lost, any assistance would be appreciated.
If I can help by providing anymore information please let me know.