Minggu, 25 Februari 2018

Re: [MS_AccessPros] Converting to Access SQL

 

Art- your company is paying this consultant. Make him convert it...or look up case blocks in T-SQL and Iff statements in Access. You'll find you can convert it yourself.

Grow your skills!

Regards,
Bill Mosca

------ Original message------
From: dbalorenzini@yahoo.com [MS_Access_Professionals]
Date: Sun, Feb 25, 2018 8:36 AM
Cc:
Subject:[MS_AccessPros] Converting to Access SQL

 

We have a technician from a vendor we work with that was supposed to aide in a creation of a report. I sent him my version of the code and he sent back this?

SELECT

        case when B4602200.BSSI_Tenant_Lease_Status =  2

     then B4602200.NAME 

     else 'Vacant'

     end as 'Name'

       ,case when B4602200.BSSI_Tenant_Lease_Status =  2

     then B4602200.CUSTNMBR 

     else 'Vacant'

     end as 'Customer Number'

       ,case when B4602200.BSSI_Tenant_Lease_Status = 2

     then 'Active Lease'

     else 'No Active Lease'

     end as 'Lease Status'

       ,case when B4602200.BSSI_Tenant_Lease_Status =  2

     then B4602200.BSSI_Lease_Execution_Dat

     else 'Vacant'

     end as 'Move In Date'

       ,tblUnit.UnitCode

       ,tblUnit.BedroomCount

       ,tblUnit.CurrentStatus

       ,tblProject.[Project Number]

       ,tblUnit.UnitStatus

       ,tblUnit.ClassificationType

       ,tblUnit.UnitHousingType

       ,tlkpCommunity.CommunityName

       ,Trim([ADDRESS1]) & ", " & Trim([CITY]) & ", " & Trim([STATE]) & " " & Trim([Zip]) AS TenantAddress

       ,tblUnit.UnitID

       ,tblUnit.CommunityID

FROM ((B4602200 INNER JOIN (tblUnit INNER JOIN tblProject ON tblUnit.ProjectID = tblProject.ProjectID)

              ON B4602200.LOCNCODE = tblUnit.UnitCode)

              INNER JOIN tlkpCommunity ON tblUnit.CommunityID = tlkpCommunity.CommunityID)

              INNER JOIN RM00101 ON B4602200.CUSTNMBR = RM00101.CUSTNMBR

WHERE tblUnit.CurrentStatus = 'CRHA Use'

ORDER BY tblUnit.UnitCode


I am hoping you could help me decipher it. I need help on the case statements. I believe he is writing T-SQL against a SQL Server but I did tell him we were working with an access backend.

Thank you 

Art Lorenzini
Sioux Falls, sd


__._,_.___

Posted by: wrmosca <wrmosca@comcast.net>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Tidak ada komentar:

Posting Komentar