Re: would like 2 use access 2 display values between 000001- 007893
- From: "Joe Cilinceon" <jfc@xxxxxxxxxxxx>
- Date: Tue, 29 Nov 2005 13:59:55 -0500
Dixie wrote:
> I would like access to list the values between that range. Those are
> the only two pieces of info I have 000001 and 007893
I'm going to assume this is in a table and has a field name as being in text
format (leading zeros). In your query under the field name for criteria use
Between "000001" And "007893" should give you a list of everything between
them. If Number probably >=1 And <=7803 would do it.
--
Joe Cilinceon
.
- Prev by Date: Function For Last Day/First Day Of Previous/Next Year ??
- Next by Date: Re: My query doesn't reset
- Previous by thread: Function For Last Day/First Day Of Previous/Next Year ??
- Next by thread: Re: would like 2 use access 2 display values between 000001- 00789
- Index(es):
Relevant Pages
|