Private Sub Form_Open(Cancel As Integer) Dim sql As String Dim rs As ADODB.Recordset Dim cn As ADODB.Connection ' Open the connection. Set cn = New ADODB.Connection With cn .Provider = ...
I have a combobox that I want to populate with a list of vendors stored in another Access Database. This database contains roughly 1,300 different vendor records. All I'm interested is the ...