K
Krefty
Good day and thanks for looking at my problem. I have
created the following Querie that works for one thing but
I can't remember what to do or see what is missing to make
this work.
I have the following querie:
SELECT OfficeLocation,[Standby
Status],LastName,FirstName,"Special Instructions"
FROM [Southern Employees]
WHERE [Standby Status] In ("Service Standby", "Supervisor
OnCall")
I need the "Special Instructions" data to populate the/a
cell that has any data that also meets the criteria of
Standby Status. Last Name, First Name and Standby Status
all work fine, but it does not pull in the data from the
table listed under special instructions.
Can you assist me in helping me see what I forgot to do or
need to add.
Thanks,
Krefty
created the following Querie that works for one thing but
I can't remember what to do or see what is missing to make
this work.
I have the following querie:
SELECT OfficeLocation,[Standby
Status],LastName,FirstName,"Special Instructions"
FROM [Southern Employees]
WHERE [Standby Status] In ("Service Standby", "Supervisor
OnCall")
I need the "Special Instructions" data to populate the/a
cell that has any data that also meets the criteria of
Standby Status. Last Name, First Name and Standby Status
all work fine, but it does not pull in the data from the
table listed under special instructions.
Can you assist me in helping me see what I forgot to do or
need to add.
Thanks,
Krefty