Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting text in textbox based on info from another tab
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01096900
Message ID:
01097361
Views:
20
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 
Previous
Reply
Map
View

Click here to load this message in the networking platform