Insert into? (1 Viewer)

chrisguk

Registered User.
Local time
Today, 12:23
Joined
Mar 9, 2011
Messages
148
I have a database that contains a list of items with a code assigned to them.

Every other week I receive activation numbers for these items on an excel spreadsheet. Without type each on into the database is there a way I can automate the process using an SQL statement insert into, also I would like this to be driven from a form:

Example data:

Insert into Item1, Item2 myDB where Item1 = ImportItem1 or something similar
 

chrisguk

Registered User.
Local time
Today, 12:23
Joined
Mar 9, 2011
Messages
148
Perhaps the sample posted here will give you some pointers.


Hi many thanks for your reply, this option looks great. Are you able to post a Access 2000 version for me please?
 

John Big Booty

AWF VIP
Local time
Tomorrow, 05:23
Joined
Aug 29, 2005
Messages
8,262
Try that :) Now in 2000

...and be sure to copy both the Access and Excel files to the same location
 

Attachments

  • First Port.zip
    2 MB · Views: 134
Last edited:

Users who are viewing this thread

Top Bottom