Automatically transfer word form data to access table

  • Thread starter Paul A via OfficeKB.com
  • Start date
P

Paul A via OfficeKB.com

My problem is that i need to automatically transfer data from word form to
access database when I click a button. I would be very grateful if someone
could give me the programming code to connect a simple text form to a
database table. I have search the entire web but could not find any vba or
other code to help me in this. Thanks for help in advance.
 
J

Jezebel

do a Google on VBA +ADO -- the methods for this a fairly simple and well
documented in lots of places.
 
Top