Quote Originally Posted by D43x
I'm attempting something virtually identical except wanting to populate a ListBox not a Combo and i keep getting the error 'Invalid use of New Keyword"

VB Code:
  1. Set con = New Connection

Im using vb6 / Access with ListBox / ADODC 6.0
Maybe I'm missing setting something crucial in the Properties? I've never had any success with ADO. Always same error. :-(
Post all of your connection code.