PAD to open SQL connection and execute SQL Statement to filter PO# columns and update certain information to the corresponding columns.
I have solve this issue with below SQL code to filler and update variables.
however another scenario of copy data from specific column and update above things.
I have not used SQL connections for Excel yet, but the strings in your SQL statement are with double quotes ("), they should be single quotes (').
Also, I am not sure if you can use use select and update statements in one block. You might want to split that too.
eetuRobo
18
Super User 2025 Season 1
stampcoin
6
John_Mavridis
6
Microsoft Employee