View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cindy Cindy is offline
external usenet poster
 
Posts: 4
Default Deleting records ADO

Anyone familiar with deleting records using an ADO
Connection? I have an Excel template that sends data to
an Access database via ADO. I now need the ability to
find an existing record (I can do the find) via ADO and
delete it.

I can't install my ADO Help files so I am completely lost -
any idea why I can't install these files?

What I did find is rs.delete but I don't know what the
adAffectCurrent, adAffectAllChapters, adAffectGroup
choices mean.

Please help if you can.

Cindy