Dec 15, 2006 #1 Jeff98 Programmer Oct 19, 2006 14 US I have an Access table t1 which has a colum income, I want to create a new column group based on income. 0<income<10000 1 10000<income<20000 2 20000<income<30000 3 30000<income<40000 4 ...... how can I do it wiht sql or vba? ThX
I have an Access table t1 which has a colum income, I want to create a new column group based on income. 0<income<10000 1 10000<income<20000 2 20000<income<30000 3 30000<income<40000 4 ...... how can I do it wiht sql or vba? ThX