G
Guest
I have several tables that I am working with
1 table has a field (dgof_cd) that stores the type of offense IE.. F1, F2,
F3, M1, M2, M3
I have another table that has a field (asacgp_cd) that has the group
information
IE.. F1/2, F3, M1, M2, M3 AND SO ON.
I would like to know how do I make a expresion that would move the (dgof_cd)
field to the (asacgp_cd) group.
I know this is not code but this is what I want to get at
IF [DGOF_CD] = [ASACGP_CD] THEN COPY TO [ASACGP_CD]
ANY HELP WOULD BE GREAT.
1 table has a field (dgof_cd) that stores the type of offense IE.. F1, F2,
F3, M1, M2, M3
I have another table that has a field (asacgp_cd) that has the group
information
IE.. F1/2, F3, M1, M2, M3 AND SO ON.
I would like to know how do I make a expresion that would move the (dgof_cd)
field to the (asacgp_cd) group.
I know this is not code but this is what I want to get at
IF [DGOF_CD] = [ASACGP_CD] THEN COPY TO [ASACGP_CD]
ANY HELP WOULD BE GREAT.