ThrottleWorks
Excel Ninja
Hi,
I am using below mentioned query to get the data from table.
SELECT *
FROM [Employee Directory]
WHERE ((([Employee Directory].[Dept])='Services'))
ORDER BY [Full Name];
In the original table, I have 13 columns.
How do I get only 4-5 required column from this table.
How do I edit this query.
For example, I need columns Full Name, DOB, Dept, and DOJ how do I do this.
Can anyone please help me in this.
I am using below mentioned query to get the data from table.
SELECT *
FROM [Employee Directory]
WHERE ((([Employee Directory].[Dept])='Services'))
ORDER BY [Full Name];
In the original table, I have 13 columns.
How do I get only 4-5 required column from this table.
How do I edit this query.
For example, I need columns Full Name, DOB, Dept, and DOJ how do I do this.
Can anyone please help me in this.