Appending data to the already imported data

MI man

Registered User.
Local time
Today, 13:58
Joined
Nov 23, 2008
Messages
59
Hi,

I have an Access form through which I import the data from Excel spreadsheet (by assigning Docmd.transferspreadsheet to a Command Button). However, this should be the case when the database is empty.

The probelm: I have to transfer the data on a daily basis. So for the first time when the database is empty, I would directly import through the above method, but how to further append the data from the next day...??

Many Thanks...!!!!
 
Try to do it via an Append query, (in another table).
 

Users who are viewing this thread

Back
Top Bottom