Hi,
I have a column with only two text letters Q and M. I want to create a new column where for the values Q I want to assign number 1 in the new column and for M I want to assign number 2.
In Excel it is easy (=if a1="Q",1,2) asuming the cell is a1 in the column containing Q and M values. Is there a way to do so in Access. I have 900,000 rows and I can't do it in excel.
Best
W
I have a column with only two text letters Q and M. I want to create a new column where for the values Q I want to assign number 1 in the new column and for M I want to assign number 2.
In Excel it is easy (=if a1="Q",1,2) asuming the cell is a1 in the column containing Q and M values. Is there a way to do so in Access. I have 900,000 rows and I can't do it in excel.
Best
W