HOW TO AUTOMATE IMPORT DATA IN A TABLE

W

wayne

Does any one known how to automate importing data to a table by using a
button on a form?
 
K

Klatuu

What is the source of the data you wish to import. You will use different
techniques depending on whether it is another table, a table in a different
Access DB, a text file, a spreadsheet, etc.
 
J

John Vinson

Does any one known how to automate importing data to a table by using a
button on a form?

Yes. See the Help in the VBA editor for the TransferText,
TransferSpreadsheet, or TransferDatabase methods as appropriate.

John W. Vinson[MVP]
 
Top