Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Appending Records to MS Table from MS Excel

Status
Not open for further replies.

csunsun

Technical User
Apr 29, 2003
41
US
Appending records to a MS Access table named "TBL DAily Import" database from MS Excel using a keyboard shortcut...

Fields:

ProviderID
ClickID
CreditRequestReason
Comments

Can anyone help me with this code??

Thanks!

 
A keyboard shortcut seems to imply an Autokeys macro*. You could create a macro using Transferspreadsheet to import the file and then create an autokeys macro with a keyboard shortcut to the first macro.


============================
* More information on Autokeys:
To macro or not to macro...
thread181-1241726
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top