R
ramcharger88
Hi Everyone,
Maybe someone can help me out. First let me thank every one in
advance.
I need to make a query to out put the following
in table "A" I have a field "Distance" this field contains a range of
numbers from 0 -100
I want my query to give me this output and assign each group a value I
specifies in a new table
(The make table and stuff like that I can do)
lets say:
Distance Assigned value
0-25 a
26-40 b
41-50 c
51-75 d
75-100 e
I got a query to work that if I put <25 the data under 25 would be
assign 0 and over 25 was assign -1
that helped a little bit.
If any one can help I truly thank you
Tom
Maybe someone can help me out. First let me thank every one in
advance.
I need to make a query to out put the following
in table "A" I have a field "Distance" this field contains a range of
numbers from 0 -100
I want my query to give me this output and assign each group a value I
specifies in a new table
(The make table and stuff like that I can do)
lets say:
Distance Assigned value
0-25 a
26-40 b
41-50 c
51-75 d
75-100 e
I got a query to work that if I put <25 the data under 25 would be
assign 0 and over 25 was assign -1
that helped a little bit.
If any one can help I truly thank you
Tom