I have been attempting to set up a query to search an alpha-numeric column. All values start with alpha values. I want to retrieve a range of values. For example, in the criteria row I entered Between "T*" And "z*".<br>The values returned do not include any values beginning with "z". There are values beginning with "z". I tried with just >= "t*" and the z values are returned. I have tried it with a variety of alpha ranges. In all cases the last letter is ignored. Is this a MS Access bug (I know, this is hard to believe) or have I approached it incorrectly?