Add and then delete

  • Thread starter EMILYTAN via AccessMonster.com
  • Start date
E

EMILYTAN via AccessMonster.com

Now I have the code for adding new record in the database and the same time
after I add, I want it to be deleted in Ms. Excel.. How am I supposed to do
that?
Below is my code for adding..

AddNew
Fields(1).Value = varArr3(i, 1)
Fields(5).Value = varArr3(i, 2)
 
G

Guest

Sounds like you are making things difficult for yourself. What are you
trying to achieve?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top