If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I want to build a data extractor that will automatically read the fields in any excel form and then move them to which fields I want to use as sorting fields. Are their existinfg programs that can do that?
no but you can write code or macros that run in Excel to do that for you. however most practioners on this site would tend to suggest you store data in a database and if you wish manipulate it in a spreadsheet.
so I suppose the question is do you want this question moved to the Excel or the Access forums?
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
You can also use an external VB application to perform the manipulation, using either automation, or ADO to connect to the spreadsheet as if it were a database table... (with limitations)
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert
Databases are for storing, organising, securing, retrieving data. They also manage the updating, in particular ensuring logical constraints are respected.
Spreadsheets are for manipulating, analysing, interrogating, reporting on the data.