G
Guest
Hi all,
I need to code a value in a field of 1 table (Target) from a field of
another table (Source), from the same mdb.
Additionally, this coding has to be done on the records that has the ID
values greater than a known value from the table into which the value is to
be coded.
I assume that there are 3 tasks in this operation:
1. Join the Source table to Target table temporarily.
2. Select the rows that has ID values greater than a given value.
3. Code the value from the field of Source table into the Target table.
4. Remove the Join.
Could any one help me in performing these tasks programatically with some
hints / method to follow / sample codes.
Any help much appreciated.
Thanks in advance,
Raghavendra
I need to code a value in a field of 1 table (Target) from a field of
another table (Source), from the same mdb.
Additionally, this coding has to be done on the records that has the ID
values greater than a known value from the table into which the value is to
be coded.
I assume that there are 3 tasks in this operation:
1. Join the Source table to Target table temporarily.
2. Select the rows that has ID values greater than a given value.
3. Code the value from the field of Source table into the Target table.
4. Remove the Join.
Could any one help me in performing these tasks programatically with some
hints / method to follow / sample codes.
Any help much appreciated.
Thanks in advance,
Raghavendra