K
Kim
I have linked a table to sql server database and
written a query in Access to filter records with
employee code starting with 'X', it does not filter
out those records. Can someone let me know what I
am doing wrong, here is the query -
SELECT [EMPCODE], [REGHRS]*[RATE] AS TOTALAMT, [REGHRS]*
[RATE]*2.7
FROM EMPTABLE
WHERE LEFT(EMPCODE,1)<>'X';
Thanks for your help!
written a query in Access to filter records with
employee code starting with 'X', it does not filter
out those records. Can someone let me know what I
am doing wrong, here is the query -
SELECT [EMPCODE], [REGHRS]*[RATE] AS TOTALAMT, [REGHRS]*
[RATE]*2.7
FROM EMPTABLE
WHERE LEFT(EMPCODE,1)<>'X';
Thanks for your help!