Hi
I am converting my asp code so I can use it together with a SQL server.
I have the following union query which use to work with my MS Access DB but does not work with my SQL database.
Any ideas ?
SELECT ProjectID as ProjectName FROM tblTaskToolProRght WHERE [UserID] = 'nato' AND [SuperUser] = 1 UNION SELECT ProjectName FROM tblProjects WHERE SponsorID = 3;
Thanks
I am converting my asp code so I can use it together with a SQL server.
I have the following union query which use to work with my MS Access DB but does not work with my SQL database.
Any ideas ?
SELECT ProjectID as ProjectName FROM tblTaskToolProRght WHERE [UserID] = 'nato' AND [SuperUser] = 1 UNION SELECT ProjectName FROM tblProjects WHERE SponsorID = 3;
Thanks