P
pietlinden
Sorry if this is a stupid question, but here goes.
I'm working for a company that collects survey data in Excel. As a
result, very little is normalized. The basic structure of a standard
"survey" spreadsheet is like this:
<Demographic Data Columns><Survey Data Columns>
Sometimes the Survey data has multiple columns for what would normally
be a combobox in Access. For example, a question might have one of
several responses (Never, Sometimes, Always), which appears as separate
columns with an X in the chosen column.
I was thinking I might have to write something that at least handles
the demographic data import by creating a table of (XLColumnName,
CorrespondingDBColumn) pairs so that I could create a query on the fly
that would insert the data...
is this a totally insane way to go about this? Does anybody have any
suggestions? (I know, chuck the whole thing and use a Web UI... that's
what I'm pushing for, but this is data they already have.)
Thanks for any pointers - web sites, books, whatever you can suggest is
fine!
Pieter
I'm working for a company that collects survey data in Excel. As a
result, very little is normalized. The basic structure of a standard
"survey" spreadsheet is like this:
<Demographic Data Columns><Survey Data Columns>
Sometimes the Survey data has multiple columns for what would normally
be a combobox in Access. For example, a question might have one of
several responses (Never, Sometimes, Always), which appears as separate
columns with an X in the chosen column.
I was thinking I might have to write something that at least handles
the demographic data import by creating a table of (XLColumnName,
CorrespondingDBColumn) pairs so that I could create a query on the fly
that would insert the data...
is this a totally insane way to go about this? Does anybody have any
suggestions? (I know, chuck the whole thing and use a Web UI... that's
what I'm pushing for, but this is data they already have.)
Thanks for any pointers - web sites, books, whatever you can suggest is
fine!
Pieter