Hi, I'm new to VBA and I'm working on a project where my Excel Sheet connects to a SQL Database thru ADO buttons. My connection works fine and I can retrieve a DataSet, but what I would really like to figure out, is how to pick a certain row from a Table through a ComboBox then display the data from other Columns in the same row into txtBox's.