Does a form based on a complicated sql statement not allow updates to the data it shows?
such as SQL statement
SELECT S.* FROM (supervisor AS S INNER JOIN Userinfo AS U ON S.assignedto=U.username) INNER JOIN Userinfo AS C ON U.GroupId=C.GroupId WHERE C.username = CurrentUser();
such as SQL statement
SELECT S.* FROM (supervisor AS S INNER JOIN Userinfo AS U ON S.assignedto=U.username) INNER JOIN Userinfo AS C ON U.GroupId=C.GroupId WHERE C.username = CurrentUser();