Hi,
I have a Access database that im using ADO connections to communicate with. I am having a problem with deletion of a single record in a table. There is a dropdown combo box that i use to choose which file to delete. This combobox, called "combo1" is filled with the "name" field of each record in the database. Then im taking the index number of that option, and trying to delete the corresponding record in the database. the .listindex property corresponds exactly with the recordset.fields.item("name") index number. Anyone got any ideas on how to delete the record from the table. Oh, i almost forgot, why do i need to close the connection then reopen it to update the combobox, why cant i just use the .update method. thanks
I have a Access database that im using ADO connections to communicate with. I am having a problem with deletion of a single record in a table. There is a dropdown combo box that i use to choose which file to delete. This combobox, called "combo1" is filled with the "name" field of each record in the database. Then im taking the index number of that option, and trying to delete the corresponding record in the database. the .listindex property corresponds exactly with the recordset.fields.item("name") index number. Anyone got any ideas on how to delete the record from the table. Oh, i almost forgot, why do i need to close the connection then reopen it to update the combobox, why cant i just use the .update method. thanks