here's my problem, hope someone can help me.. thanks
Table 1
name , lastname , ID, address , phone
jack , inthebox , , aaaaaaaa, 1234567
mickey , mouse , , ssssssss, 1234567
Table 2
name , lastname, ID
jack , inthebox, 1
mickey , mouse , 2
i need an update query where the filed ID form table 1 will be pupulated from the ID field of table 2
for this example assuming that the name field is the key and it will only have those records no more..
i need to run the query.. and have this result.
Table 1
name , lastname , ID, address , phone
jack , inthebox , 1, aaaaaaaa, 1234567
mickey , mouse , 2, ssssssss, 1234567
what do you think?? can it be done??
thanks
Table 1
name , lastname , ID, address , phone
jack , inthebox , , aaaaaaaa, 1234567
mickey , mouse , , ssssssss, 1234567
Table 2
name , lastname, ID
jack , inthebox, 1
mickey , mouse , 2
i need an update query where the filed ID form table 1 will be pupulated from the ID field of table 2
for this example assuming that the name field is the key and it will only have those records no more..
i need to run the query.. and have this result.
Table 1
name , lastname , ID, address , phone
jack , inthebox , 1, aaaaaaaa, 1234567
mickey , mouse , 2, ssssssss, 1234567
what do you think?? can it be done??
thanks