C
Chris
I'm working with Access 97.
I have created a query that return me the last "user" of
the table to allow me to change a value in this record.
My problem is that Access says me that the recordset in
not updatable.
My query is like this :
SELECT Last(TblUser.UserID) AS UserID, Last
(TblUser.Salary) AS Salary
FROM TblUser
WITH OWNERACCESS OPTION;
Any idea ?
Thanks in advance.
Chris
I have created a query that return me the last "user" of
the table to allow me to change a value in this record.
My problem is that Access says me that the recordset in
not updatable.
My query is like this :
SELECT Last(TblUser.UserID) AS UserID, Last
(TblUser.Salary) AS Salary
FROM TblUser
WITH OWNERACCESS OPTION;
Any idea ?
Thanks in advance.
Chris