Share via

Filter Query For Letters A Thru Z

Anonymous
2022-11-13T00:41:36+00:00

I have a table named tblWords with a field name Word and in a query I need to show all of the Words (Letters) that are A thru Z. That is all of the alphabet. I have all of the Alphabet letters in the Word field in the table.

Microsoft 365 and Office | Access | For home | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Anonymous
    2022-11-13T01:22:38+00:00

    A criterion of LIKE "[A-Z]" will wor k if Word has only one character; if not perhaps you could post an example showing a few records from your table and indicate which records you do and don't want to see.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2022-11-13T01:42:31+00:00

    That will work. Thanks

    0 comments No comments