C
cclark
I have a table with equip# column. The data in the equip# column looks
similiar to the following.
001
002...
999
A-001...
A-999
C-001...
C-999
I am trying to write one query that would allow me to choose the data that
begins with either all numbers (001 - 999) or by letter (A-001 to A-999) or
(C-001 to C-999).
I want to make a report that I can choose the range of data by either all
numbers or by the first letter.
The query would need to ask for a parameter to be inputted by the user.
similiar to the following.
001
002...
999
A-001...
A-999
C-001...
C-999
I am trying to write one query that would allow me to choose the data that
begins with either all numbers (001 - 999) or by letter (A-001 to A-999) or
(C-001 to C-999).
I want to make a report that I can choose the range of data by either all
numbers or by the first letter.
The query would need to ask for a parameter to be inputted by the user.