Importing Excel data in a table

Guillaume777

Registered User.
Local time
Today, 15:11
Joined
May 4, 2006
Messages
23
Is it possible to import excel data in a table ?
 
yes, just select File/Import and then choose .xls as the file type.
 
KeithG said:
yes, just select File/Import and then choose .xls as the file type.

Nice.

However I have some questions :

1. Is there a way to let the user import the excel document himself, with an interface that I will configure ?

2. While importing, is there a way to automatically skip lines that do not match some criterions ? ( like empty lines, lines with irrelevant data, etc.) I know I could do it with querry but I don't want the data base to be full of useless data...

3. Is there a way to add an extra field that corresponds to a specific cell in excel ? So if "Sales report #10" is in the B3 cell, all imported entries have "Sales report #10" in one of their field ?
 
Yes, all that can be done with VBA, some tasks more difficult than others.
 

Users who are viewing this thread

Back
Top Bottom