johndoomed
VBA idiot
- Local time
- Today, 11:00
- Joined
- Nov 4, 2004
- Messages
- 174
Hi,
One of my clients has asked me if it is possible to import data from excel to a access table. Well, actually to a MySQL database, but my guess is that this first has to be imported into access, then exported to MySQL with an export tool.
The excel sheet contains listings for car parts. The rows (with the parts) is divided by text headings containing the different manufacturer and model. Like:
BMW
316
(rows with about 6-7 fields)
320
(rows with about 6-7 fields)
520
(rows with about 6-7 fields)
etc...
Is it possible to import this file, storing the manufacturer, model and parts in their own tables?
Or is this the complete nightmare?
Or, a combination of the two?
One of my clients has asked me if it is possible to import data from excel to a access table. Well, actually to a MySQL database, but my guess is that this first has to be imported into access, then exported to MySQL with an export tool.
The excel sheet contains listings for car parts. The rows (with the parts) is divided by text headings containing the different manufacturer and model. Like:
BMW
316
(rows with about 6-7 fields)
320
(rows with about 6-7 fields)
520
(rows with about 6-7 fields)
etc...
Is it possible to import this file, storing the manufacturer, model and parts in their own tables?
Or is this the complete nightmare?
Or, a combination of the two?