G
Guest
I would like access to list the values between that range. Those are the only
two pieces of info I have 000001 and 007893
two pieces of info I have 000001 and 007893
Dixie said:I would like access to list the values between that range. Those are
the only two pieces of info I have 000001 and 007893
Dixie said:Hey Joe,
Here's my problem. I have two fields. One contains 000001 and the
other contains 007893. I would love to use access to maybe run a
query to generate sequential values 000002, 000003, etc up until I
reach 007893. This is real urgent. Access has the total function
where yo can group data, but I want to list values between a range.
Thanks,
Demarley
Here's my problem. I have two fields. One contains 000001 and the other
contains 007893. I would love to use access to maybe run a query to generate
sequential values 000002, 000003, etc up until I reach 007893. This is real
urgent. Access has the total function where yo can group data, but I want to
list values between a range.
= [Start] AND <= [End]