Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating and sql

Status
Not open for further replies.

Xzibit7

Technical User
Jun 20, 2006
172
US
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();
 
Okay I seriously need to stop asking questions....There is a new table created with this so I have to just use this as a list that I can select from, basically it is not updateable
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top