G
Guest
this is a simle query comes from a table1,
SELECT Table1.number, ([Table1!number]) AS code, Table1.name, Table1.surname
FROM Table1;
i cant understand why im changing the code field to-->Left([Table1!number], 2)
im taking an invalid syntax message.
SELECT Table1.number, ([Table1!number]) AS code, Table1.name, Table1.surname
FROM Table1;
i cant understand why im changing the code field to-->Left([Table1!number], 2)
im taking an invalid syntax message.