Hi
I made this query in MS Access database but have not imported my database to MS SQL but how can I get this query to work.
Delete tblAccessRights.*
From [tblAccessRights]
Left Join [tblTriSecActis]
on tblAccessRights.UserId = tblTriSecActis.UserName
Where tblTriSecActis.UserName Is NULL
I hope somebody can help me
I made this query in MS Access database but have not imported my database to MS SQL but how can I get this query to work.
Delete tblAccessRights.*
From [tblAccessRights]
Left Join [tblTriSecActis]
on tblAccessRights.UserId = tblTriSecActis.UserName
Where tblTriSecActis.UserName Is NULL
I hope somebody can help me