I have a 'Container ID' column with the following information
formated as text:
448846-1
448846-2
448846-3
448846-4
448846-5
448846-6
448846-7
448846-8
448846-9
448846-10
448846-11
448846-12
448846-13
448846-14
448846-15
448846-16
When I ran this query:
SELECT *
FROM [Product Inventory Database]
WHERE (([Container ID] between "422904-" And "422904-16"
);
I am getting results with only these numbers.
448846-1
448846-10
448846-11
448846-12
448846-13
448846-14
448846-15
448846-16
Wat can I do to have my query return records *-2 --> *-9?
Mosmas
formated as text:
448846-1
448846-2
448846-3
448846-4
448846-5
448846-6
448846-7
448846-8
448846-9
448846-10
448846-11
448846-12
448846-13
448846-14
448846-15
448846-16
When I ran this query:
SELECT *
FROM [Product Inventory Database]
WHERE (([Container ID] between "422904-" And "422904-16"
I am getting results with only these numbers.
448846-1
448846-10
448846-11
448846-12
448846-13
448846-14
448846-15
448846-16
Wat can I do to have my query return records *-2 --> *-9?
Mosmas