Im working in VB with an ADODB connection to an ACCESS database. With a SAVE button click, I want to check to see if there is only "1" instance of the record to be saved and save it. If not, then I want to populate a DATAGRID with both instances so the user can select which one is the right one. SO, how can I check this without viewing the data first?

Thanks