Hi! I have a sql statement:
SELECT * FROM tbl_ActiveFreight WHERE left([FILE_NO],2)="14";
On my PC, when I run the query it gives me an error:
Function is not available in expressions in query expression 'left([FILE_NO],2)="14"';
On another PC, the query works fine!?! On the PC that it doesn't work, I re-installed MSO 2000, didn't work, uninstalled MSO 2000 and installed again, still didn't work. This is so weird.
The only next step that I can think of is to start from scratch by re-formatting my HD, install Win2000 and MSO 2000.
Thanks in advance.
SELECT * FROM tbl_ActiveFreight WHERE left([FILE_NO],2)="14";
On my PC, when I run the query it gives me an error:
Function is not available in expressions in query expression 'left([FILE_NO],2)="14"';
On another PC, the query works fine!?! On the PC that it doesn't work, I re-installed MSO 2000, didn't work, uninstalled MSO 2000 and installed again, still didn't work. This is so weird.
The only next step that I can think of is to start from scratch by re-formatting my HD, install Win2000 and MSO 2000.
Thanks in advance.