It's hard to believe I'm the only one, but .. I want to use the Connection functionality in Excel to connect to a SQL Server database and populate column X based on using the value in column Excel A as the primary key, but I could not figure out how to do this.
I tried (by typing a command text box)
select name
from pbaTable
where
pbaid = (and this is where I'm stuck)
kevin source
share