hisham
IS-IT--Management
- Nov 6, 2000
- 194
What is the SQL statement that allow to update a table using other table,
i have 2 tables the first is "A" contains the field "CardNomber" The second table "B" contain the field "CardNomber1"
i used:
UPDATE A SET CardNomber= [CardNomber]+![CardNomber1];
Thanks in advance
i have 2 tables the first is "A" contains the field "CardNomber" The second table "B" contain the field "CardNomber1"
i used:
UPDATE A SET CardNomber= [CardNomber]+![CardNomber1];
Thanks in advance