Viewing 2 posts - 1 through 2 (of 2 total)
I found a solution. 😀
Thank you so much for your help
SELECT
CASE
WHEN RolesByUser.RoleId Is Null
THEN 'N'
...
February 2, 2011 at 1:22 pm
#1281612
Thanks for the reply. The only issue is RolesByUser is not a table. It's a query I created in access.
In other words, I need to merge the two queries...
February 2, 2011 at 12:41 pm
#1281604