Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rpadget

    Populating Combobox with fields returned from ado recordset.

    Dim adoConn As New ADODB.Connection Dim adoRecordset As New ADODB.Recordset Private Sub Form_Load() With adoConn .ConnectionString = "Provider=MSDAORA.1;Data Source=DATABEAST; Server=DATABEAST;User ID=-----;Password=-----;Persist Security Info=False" .CursorLocation = adUseClient...

Part and Inventory Search

Back
Top