G
Guest
I need a query that will select records based on
the 'serial number' field which is a text field of eight
(8)characters in length.
I need the query to select records where the 5th
character from the right in the 'serial number' field is
the character '1'.
I am only fimilar with defining functions based on the
Built-IN functions of Access 2000 as they are used within
MS Access queries... I not fimilar with VB coding at all.
Would the 'Right$' or the 'Left$' or the 'MId' Text
Functions work for me here ?
All comments welcomed...thanks.
KMD
the 'serial number' field which is a text field of eight
(8)characters in length.
I need the query to select records where the 5th
character from the right in the 'serial number' field is
the character '1'.
I am only fimilar with defining functions based on the
Built-IN functions of Access 2000 as they are used within
MS Access queries... I not fimilar with VB coding at all.
Would the 'Right$' or the 'Left$' or the 'MId' Text
Functions work for me here ?
All comments welcomed...thanks.
KMD