Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting text in textbox based on info from another tab
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01096900
Message ID:
01097361
Vues:
19
Thanks Eric!
I'll try it when I get in to work on Monday.
Will let you know how it goes.
Thanks again!

>Still not sure but could it be:
>strSQL = "UPDATE AliasA " & _
   "SET AliasAadodc.address = " & YourTextBoxThatContainsAliasBadodc.address.text & _
   " FROM Table1 AS AliasAadodc " & _
   "INNER Join Table2 AS AliasBadodc " & _
   "on AliasAadodc.phone = " & YourTextBoxThatContainsAliasBadodc.phone.text 
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform