L
lesle
I am trying to get a query to return specific records for a report - Multiple
records from same field.
I have used the code
SELECT assListFull.*
FROM assListFull
WHERE ((([Enter District numbers separated by space]) Like "*" & [Visitedby]
& "*"));
Which works okay to a point.
If I enter
1 3 15
I get
1 3 5 15
Is there a way I can get 'whole numbers' as opposed to part numbers
Lesle
records from same field.
I have used the code
SELECT assListFull.*
FROM assListFull
WHERE ((([Enter District numbers separated by space]) Like "*" & [Visitedby]
& "*"));
Which works okay to a point.
If I enter
1 3 15
I get
1 3 5 15
Is there a way I can get 'whole numbers' as opposed to part numbers
Lesle