K
Krefty
As always thank you in advance for looking at my problem.
I have the below query that populates a standby report.
As I am sure those of you that are smarted than I can see
if standby status is "Service Standby" or "Supervisor
OnCall" it populates the report with Home, Cell, and
District Number, Last Name, First Name, is their anyway to
improve this to if [Standy Status] is "Flex Shift" SELECT
Flexphone from [Southern Employees]
SELECT OfficeLocation,[Standby
Status],LastName,FirstName,DstPgSpdDial,HmSpdDial,CellSpdDi
al
FROM [Southern Employees]
WHERE [Standby Status] In ("Service Standby", "Supervisor
OnCall")
UNION
Thanks in advance,
Krefty
I have the below query that populates a standby report.
As I am sure those of you that are smarted than I can see
if standby status is "Service Standby" or "Supervisor
OnCall" it populates the report with Home, Cell, and
District Number, Last Name, First Name, is their anyway to
improve this to if [Standy Status] is "Flex Shift" SELECT
Flexphone from [Southern Employees]
SELECT OfficeLocation,[Standby
Status],LastName,FirstName,DstPgSpdDial,HmSpdDial,CellSpdDi
al
FROM [Southern Employees]
WHERE [Standby Status] In ("Service Standby", "Supervisor
OnCall")
UNION
Thanks in advance,
Krefty