Zlatkodo
04-05-2010, 12:12 AM
I have a database in Access 2007 (accdb) , that consists of only one table with several thousand rows.
I must add a new column X and enter into it values that depend on the value of the same row in column A, something like this:
-" if 1500< valueA<=3000 then valueX=2
- if 1000< valueA<=1500 then valueX=4
- if 750< valueA<=1000 then: valueX=6
- if 600< valueA<=750 then: valueX=8
- if 500< valueA<=600 then: valueX=10"
This should be done only once. If I am going to do it manually, I'll have a lot of work.
Can someone help me in this case?
Zlatkodo
I must add a new column X and enter into it values that depend on the value of the same row in column A, something like this:
-" if 1500< valueA<=3000 then valueX=2
- if 1000< valueA<=1500 then valueX=4
- if 750< valueA<=1000 then: valueX=6
- if 600< valueA<=750 then: valueX=8
- if 500< valueA<=600 then: valueX=10"
This should be done only once. If I am going to do it manually, I'll have a lot of work.
Can someone help me in this case?
Zlatkodo