I need to be able to link two tables together with a formula.
Basically, I have one table with the field Req_Code which has strings like this:
380101
380202
380303
The other table only has the last four digits in the middle of the string. The field name "Group_Code" has the data like this
NA0101 GHT
NG0202 YTH
GH0303 IKJ
The "38" in the first field is always a constant and writing a formula to get the second field right is dead easy (using "38" & {mid(GROUP_CODE),4,4}). BUT I need to link the tables. I have to do this in crystal, I cant use access as I have had this suggested to me.
Help!!
Thanks
DoMaL
Basically, I have one table with the field Req_Code which has strings like this:
380101
380202
380303
The other table only has the last four digits in the middle of the string. The field name "Group_Code" has the data like this
NA0101 GHT
NG0202 YTH
GH0303 IKJ
The "38" in the first field is always a constant and writing a formula to get the second field right is dead easy (using "38" & {mid(GROUP_CODE),4,4}). BUT I need to link the tables. I have to do this in crystal, I cant use access as I have had this suggested to me.
Help!!
Thanks
DoMaL