I have to edit or delete a record of the side "one" of a join.
DAO simply edits or deletes the record of the main table. With ADO, i get an error ("no information for key column"). Can I set an option, or something like that, to let ADO knows the main table ?
The only workaround I found is to find that record on another recordset (just the main table); edit or delete it; refresh the join recordset. I'd rather do on the join recordset itself.
Many thanks in advance.