vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following query: SELECT U.User_ID, U.Org, NZ(GV.Gap_Likelihood, 0) as Gap_Likelihood, NZ(GV.Gap_Impact, 0) as Gap_Impact FROM (SELECT User_ID, NZ([Org_Abbr], [Last_Name]) as Org, 29 as GapID FROM tbl_Users WHERE IsSelected <> 0) as U LEFT JOIN tbl_Gap_Voting as GV ON U.User_ID = GV.UserID AND U.GapID = GV.GapID ORDER BY U.Org returrns values of '#DELETED' for those records in the subquery (U) that do not have matching values in tbl_Gap_Voting. Any ideas why, or how to deal with these results -- Dale email address is invalid Please reply to newsgroup only. |