How do i return the records with the first 2 digit of the serial number beginning with 02? Can anyone provide with the code?
SELECT *
FROM TABLE
WHERE ......................
I tried the LIKE method but it can't seem to work with the ACCESS. So are there other ways?
