I have a Customers Database in MS Access. I want to make a sql query that searches a substring from my primary key field.
For Example :
I want to select all the IDs that contain the number "35".
My DataBase before the SELECT statement :
My DataBase after the SELECT statement :
Is it possible ?

