I am trying to find a record in an ADO recordset by first getting the option value from a listbox chosen by the user.
I have tried using the seek method like in VB, but get an error "provider does not support necessary interface for index functionality when it tries to execute
rs.index = "primarykey"
Then after I find the record I want to pass the fields data onto another page in a frame that will be bordering the listbox.
Anybody direct me to the best lookup method?
I have tried using the seek method like in VB, but get an error "provider does not support necessary interface for index functionality when it tries to execute
rs.index = "primarykey"
Then after I find the record I want to pass the fields data onto another page in a frame that will be bordering the listbox.
Anybody direct me to the best lookup method?