This is probably a pretty stupid question but I'm trying to get a query to return a range of names, for instance, all people whose last names begin with A through all those people whose last names begin with P. No matter what expression I use, it seems to be up to P and not through P.
Between A And P GIVES A up to P
>=A And <=P GIVES A up to P
>A And <=P GIVES A up to P
Anybody know how to do this? I'm just not getting it.
Vie
Between A And P GIVES A up to P
>=A And <=P GIVES A up to P
>A And <=P GIVES A up to P
Anybody know how to do this? I'm just not getting it.
Vie